BUG_ON() Conversion in fs/coda/
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 24 Mar 2006 17:42:13 +0000 (18:42 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 24 Mar 2006 17:42:13 +0000 (18:42 +0100)
commitc5d3237c2424c4a3cf69d33abc1f229943468367
tree5bd2cfc657b48cfc9ca014586d33704fa643475b
parent88bcd51262ed45212d1b3a65abbac46eaf36bfeb
BUG_ON() Conversion in fs/coda/

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/coda/cache.c
fs/coda/cnode.c