]> git.baikalelectronics.ru Git - kernel.git/commit
BUG_ON() Conversion in fs/direct-io.c
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 31 Mar 2006 23:10:13 +0000 (01:10 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:10:13 +0000 (01:10 +0200)
commitbc25cd8a9728f3ec1698c88fc9b0906c7358c93c
treed2a5c38c2fbf7167d742bde9ccb6fca0cb12c686
parent78a52180fc8bb2cf9d02074e31a89ade30a2f1dc
BUG_ON() Conversion in fs/direct-io.c

this changes if() BUG(); constructs to BUG_ON() which is
cleaner and can better optimized away

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/direct-io.c