linux/fs/ext3
Glauber de Oliveira Costa 29ba172312 [PATCH] ext3: use sbi instead of EXT3_SB() in resize code.
There are places in the resize code in which EXT3_SB() macro is used after
an statement like sbi = EXT3_SB(sb) is done.  Inside the same function,
both sbi and EXT3_SB() are used to reference the super block Altough it is
not wrong, keeping it coherent increases legibility, IMHO.

Signed-off-by: Glauber de Oliveira Costa <glommer@br.ibm.com>
Cc: "Stephen C. Tweedie" <sct@redhat.com>
Cc: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:13:56 -08:00
..
Makefile
acl.c
acl.h
balloc.c
bitmap.c
bitmap.h
dir.c
file.c
fsync.c
hash.c
ialloc.c [PATCH] ext3: remove trailing newlines from ext3_warning() calls 2006-01-08 20:13:56 -08:00
inode.c
ioctl.c
namei.c [PATCH] ext3: remove trailing newlines from ext3_warning() calls 2006-01-08 20:13:56 -08:00
namei.h
resize.c [PATCH] ext3: use sbi instead of EXT3_SB() in resize code. 2006-01-08 20:13:56 -08:00
super.c [PATCH] ext3: external journal device as a mount option 2006-01-08 20:13:56 -08:00
symlink.c
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c