Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/autofs
David Howells 62328a0239 iget: stop autofs from using iget() and read_inode()
Stop the autofs filesystem from using iget() and read_inode().  Replace
autofs_read_inode() with autofs_iget(), and call that instead of iget().
autofs_iget() then uses iget_locked() directly and returns a proper error code
instead of an inode in the event of an error.

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Ian Kent <raven@themaw.net>
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
..
autofs_i.h iget: stop autofs from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
dirhash.c
init.c
inode.c iget: stop autofs from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
Makefile
root.c iget: stop autofs from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
symlink.c
waitq.c