kernel-ark/fs/hfs
Eric Sesterhenn 4d4ef9abe3 BUG_ON() Conversion in fs/hfs/
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>
2006-03-26 18:26:51 +02:00
..
attr.c
bfind.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
bitmap.c
bnode.c BUG_ON() Conversion in fs/hfs/ 2006-03-26 18:26:51 +02:00
brec.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
btree.c BUG_ON() Conversion in fs/hfs/ 2006-03-26 18:26:51 +02:00
btree.h
catalog.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
dir.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
extent.c
hfs_fs.h [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
hfs.h
inode.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
Makefile
mdb.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
part_tbl.c
string.c
super.c [PATCH] hfs: cleanup HFS prints 2006-01-18 19:20:23 -08:00
sysdep.c
trans.c