From: David Howells Date: Thu, 7 Feb 2008 08:15:38 +0000 (-0800) Subject: iget: stop FAT from using iget() and read_inode() X-Git-Tag: v2.6.25-rc1~374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f95a7b4416a2c61e35f51b29eaaf1818fb5d7d;p=pandora-kernel.git iget: stop FAT from using iget() and read_inode() Stop the FAT filesystem from using iget() and read_inode(). Replace the call to iget() with a call to ilookup(). Signed-off-by: David Howells Cc: OGAWA Hirofumi Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed