commit | 93e06b4140cc018826bce4d97b0bf7c9ba05ae6e | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Thu Nov 30 05:29:23 2006 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Thu Nov 30 05:29:23 2006 +0100 |
tree | 784cacb45d99f7fc5fe15f378240f1042ae4e495 | |
parent | d99c5909859625f3c9c6dfee6caa3b2a7c0ef163 [diff] |
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>