linux/fs/smbfs
Eric Sesterhenn 5df0d31241 BUG_ON() Conversion in fs/smbfs/
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-04-01 01:16:26 +02:00
..
Makefile [PATCH] smbfs: remove kmalloc wrapper 2006-01-14 18:27:13 -08:00
cache.c
dir.c [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
file.c BUG_ON() Conversion in fs/smbfs/ 2006-04-01 01:16:26 +02:00
getopt.c
getopt.h
inode.c [PATCH] smbfs: Fix debug logging-only compilation error 2006-03-25 08:22:55 -08:00
ioctl.c
proc.c [PATCH] capable/capability.h (fs/) 2006-01-11 18:42:13 -08:00
proto.h [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
request.c [PATCH] smbfs: remove kmalloc wrapper 2006-01-14 18:27:13 -08:00
request.h
smb_debug.h
smbiod.c
sock.c
symlink.c