[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)
commit1a1974fd4533afdb73873cdacb942d9a79ff7c9b
tree2ca6e62b007f54a4b4d755bb98ad9692e4547395
parent3d0f89bb169482d26d5aa4e82e763077e7e9bc4d
[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