commit | 73dff8be9ea89df26bfb6a0443ad912de6e7bd00 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Oct 03 23:37:14 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Tue Oct 03 23:37:14 2006 +0200 |
tree | d60d4fe0bf5026da8dccb7b9c077c501726c5f32 | |
parent | 14a61442c2203d2a49f2f954bfa9259c0ddac1aa [diff] |
BUG_ON() conversion in fs/nfsd/ This patch converts an 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>