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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| vxfs.h | ||
| vxfs_bmap.c | ||
| vxfs_dir.h | ||
| vxfs_extern.h | ||
| vxfs_fshead.c | ||
| vxfs_fshead.h | ||
| vxfs_immed.c | ||
| vxfs_inode.c | ||
| vxfs_inode.h | ||
| vxfs_lookup.c | ||
| vxfs_olt.c | ||
| vxfs_olt.h | ||
| vxfs_subr.c | ||
| vxfs_super.c | ||