BUG_ON conversion for fs/aio.c
authorEric Sesterhenn <snakebyte@gmx.de>
Thu, 30 Nov 2006 04:29:23 +0000 (05:29 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 30 Nov 2006 04:29:23 +0000 (05:29 +0100)
commit93e06b4140cc018826bce4d97b0bf7c9ba05ae6e
tree784cacb45d99f7fc5fe15f378240f1042ae4e495
parentd99c5909859625f3c9c6dfee6caa3b2a7c0ef163
BUG_ON conversion for fs/aio.c

This patch converts a if () BUG(); construct to BUG_ON();
which occupies less space, uses unlikely and is safer when
BUG() is disabled.

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