linux/fs/freevxfs
David Howells d0b079483d iget: stop FreeVXFS from using iget() and read_inode()
Stop the FreeVXFS filesystem from using iget() and read_inode().  Replace
vxfs_read_inode() with vxfs_iget(), and call that instead of iget().
vxfs_iget() then uses iget_locked() directly and returns a proper error code
instead of an inode in the event of an error.

vxfs_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: 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:28 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs.h [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private 2006-09-27 08:26:17 -07:00
vxfs_bmap.c freevxfs: possible null pointer dereference fix 2007-05-08 11:14:59 -07:00
vxfs_dir.h fs/: Spelling fixes 2008-02-03 17:33:42 +02:00
vxfs_extern.h iget: stop FreeVXFS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
vxfs_fshead.c [PATCH] fs/freevxfs: cleanup of spelling errors 2006-06-25 10:01:01 -07:00
vxfs_fshead.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_immed.c fs/: Spelling fixes 2008-02-03 17:33:42 +02:00
vxfs_inode.c iget: stop FreeVXFS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
vxfs_inode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_lookup.c iget: stop FreeVXFS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
vxfs_olt.c BUG_ON() Conversion in fs/freevxfs/ 2006-04-02 13:41:02 +02:00
vxfs_olt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_subr.c mm: make read_cache_page synchronous 2007-05-07 12:12:51 -07:00
vxfs_super.c iget: stop FreeVXFS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00