]> git.baikalelectronics.ru Git - kernel.git/commit
BUG_ON() Conversion in fs/exec.c
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 31 Mar 2006 23:13:38 +0000 (01:13 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:13:38 +0000 (01:13 +0200)
commitc348292192bb33bc4c9db133174fa1d9d63e09f5
treeb1481c0bb7e0ef1ef973947995a62514c6283cdf
parentbc25cd8a9728f3ec1698c88fc9b0906c7358c93c
BUG_ON() Conversion in fs/exec.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/exec.c