commit | 7ec70738097af9dfd25d5f83e9b27a532f462912 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sun Apr 02 13:41:02 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sun Apr 02 13:41:02 2006 +0200 |
tree | da9b6fbca3b08757fcda5e9284f8fdf0d3cf6dd1 | |
parent | 2c2111c2bd821d3e7cf5a6a37a112a620fd947a3 [diff] |
BUG_ON() Conversion in fs/freevxfs/ this changes if() BUG(); constructs to BUG_ON() which is cleaner, contains unlikely() and can better optimized away. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>