kernel-ark/fs/hfsplus
David Howells 635253915b iget: stop HFSPLUS from using iget() and read_inode()
Stop the HFSPLUS filesystem from using iget() and read_inode().  Replace
hfsplus_read_inode() with hfsplus_iget(), and call that instead of iget().
hfsplus_iget() then uses iget_locked() directly and returns a proper error
code instead of an inode in the event of an error.

hfsplus_fill_super() returns any error incurred when getting the root inode.

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Roman Zippel <zippel@linux-m68k.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:28 -08:00
..
bfind.c
bitmap.c
bnode.c
brec.c
btree.c iget: stop HFSPLUS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
catalog.c
dir.c iget: stop HFSPLUS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
extents.c hfsplus: convert to new aops 2007-10-16 09:42:56 -07:00
hfsplus_fs.h iget: stop HFSPLUS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
hfsplus_raw.h
inode.c hfsplus: convert to new aops 2007-10-16 09:42:56 -07:00
ioctl.c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 2007-07-17 12:00:03 -07:00
Makefile
options.c
part_tbl.c
super.c iget: stop HFSPLUS from using iget() and read_inode() 2008-02-07 08:42:28 -08:00
tables.c
unicode.c HFS+: add custom dentry hash and comparison operations 2007-07-16 09:05:49 -07:00
wrapper.c