1
0
Fork 0
alistair23-linux/fs/bfs
David Howells e33ab086ae iget: stop BFS from using iget() and read_inode()
Stop the BFS filesystem from using iget() and read_inode().  Replace
bfs_read_inode() with bfs_iget(), and call that instead of iget().  bfs_iget()
then uses iget_locked() directly and returns a proper error code instead of an
inode in the event of an error.

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

[kamalesh@linux.vnet.ibm.com: build fix]
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bfs.h iget: stop BFS from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
dir.c iget: stop BFS from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
file.c Fixes to the BFS filesystem driver 2007-11-14 18:45:40 -08:00
inode.c iget: stop BFS from using iget() and read_inode() 2008-02-07 08:42:27 -08:00