]> git.baikalelectronics.ru Git - kernel.git/commit
BUG_ON() Conversion in fs/jffs2/
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 31 Mar 2006 23:15:35 +0000 (01:15 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:15:35 +0000 (01:15 +0200)
commit25393a4936e857c1c67eb79d9d68b6a34cb99dfa
treed2b501084ecd78d06d56c9d7deb3f5c96c6e6a9f
parent610879360012c23246909ec4ffdaad148a57036f
BUG_ON() Conversion in fs/jffs2/

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/jffs2/background.c