commit | 14a61442c2203d2a49f2f954bfa9259c0ddac1aa | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Oct 03 23:36:38 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Tue Oct 03 23:36:38 2006 +0200 |
tree | c146effc3dbaa41dd6fdd01e6f3f8fcdd63ad705 | |
parent | 8d8f3cbe777e014123bfa63f2cebd6eb29032225 [diff] |
BUG_ON conversion for fs/reiserfs This patch converts several if () BUG(); construct to BUG_ON(); which occupies less space, uses unlikely and is safer when BUG() is disabled. S_ISREG() has no side effects, so the conversion is safe. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>