linux/fs/ext2
David Howells 52fcf70329 iget: stop EXT2 from using iget() and read_inode()
Stop the EXT2 filesystem from using iget() and read_inode().  Replace
ext2_read_inode() with ext2_iget(), and call that instead of iget().
ext2_iget() then uses iget_locked() directly and returns a proper error code
instead of an inode in the event of an error.

ext2_fill_super() returns any error incurred when getting the root inode
instead of EINVAL.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: <linux-ext4@vger.kernel.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-07 08:42:27 -08:00
..
Makefile
acl.c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 2007-07-17 12:00:03 -07:00
acl.h
balloc.c ext[234]: cleanup ext[234]_bg_num_gdb() 2008-02-06 10:41:21 -08:00
dir.c BKL-removal: convert ext2 over to use unlocked_ioctl 2008-02-06 10:41:20 -08:00
ext2.h iget: stop EXT2 from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
file.c BKL-removal: convert ext2 over to use unlocked_ioctl 2008-02-06 10:41:20 -08:00
fsync.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
ialloc.c ext2 reservations 2007-10-17 08:43:02 -07:00
inode.c iget: stop EXT2 from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
ioctl.c BKL-removal: convert ext2 over to use unlocked_ioctl 2008-02-06 10:41:20 -08:00
namei.c iget: stop EXT2 from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
super.c iget: stop EXT2 from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
symlink.c
xattr.c ext2 reservations 2007-10-17 08:43:02 -07:00
xattr.h
xattr_security.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
xattr_trusted.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
xattr_user.c
xip.c
xip.h