commit | 8abf6a4707cfb95ca552b882959c6f8ff9924270 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sun Apr 02 13:36:13 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sun Apr 02 13:36:13 2006 +0200 |
tree | d14626db5f4779c58a0580cf158d7ed564bcf220 | |
parent | b6385483840e903d99cb753593faea215ae8d324 [diff] |
BUG_ON() Conversion in fs/dquot.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>