From: David Howells Date: Thu, 7 Feb 2008 08:15:30 +0000 (-0800) Subject: iget: stop autofs from using iget() and read_inode() X-Git-Tag: v2.6.25-rc1~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62328a02399ea7f1b26b06d757abe67b9cf48193;p=pandora-kernel.git 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 Cc: Ian Kent Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed