From: Eric Sesterhenn / snakebyte Date: Fri, 27 Jan 2006 09:32:24 +0000 (+0100) Subject: [PATCH] BUG_ON() Conversion in fs/configfs/ X-Git-Tag: v2.6.16-rc3~209^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1974fd4533afdb73873cdacb942d9a79ff7c9b;p=pandora-kernel.git [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 Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed