]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] BUG_ON() Conversion in fs/configfs/
authorEric Sesterhenn / snakebyte <snakebyte@gmx.de>
Fri, 27 Jan 2006 09:32:24 +0000 (10:32 +0100)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 3 Feb 2006 22:03:09 +0000 (14:03 -0800)
commit326fafaebfad2f28affe1f57a63e645bd47105a5
tree2ca6e62b007f54a4b4d755bb98ad9692e4547395
parent58c4a1c35065eba2abc3219b8485de9f8160bf20
[PATCH] BUG_ON() Conversion in fs/configfs/

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: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/configfs/inode.c
fs/configfs/symlink.c