BUG_ON() Conversion in fs/hfs/
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 26 Mar 2006 16:26:51 +0000 (18:26 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 26 Mar 2006 16:26:51 +0000 (18:26 +0200)
commit4d4ef9abe34a472fbfc9ab75cfde0d58bc342c44
tree77bb1b3be39cb94c7ee6dc71a740a74ea756527f
parent28133c7b2b9bbdf8a8765a319e818c1652f38c1f
BUG_ON() Conversion in fs/hfs/

this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/hfs/bnode.c
fs/hfs/btree.c