From: David Howells Date: Thu, 7 Feb 2008 08:15:43 +0000 (-0800) Subject: iget: stop JFS from using iget() and read_inode() X-Git-Tag: v2.6.25-rc1~368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab1df71a0ef6d333b9b826deaa0d0eb4b4f69dc;p=pandora-kernel.git iget: stop JFS from using iget() and read_inode() Stop the JFS filesystem from using iget() and read_inode(). Replace jfs_read_inode() with jfs_iget(), and call that instead of iget(). jfs_iget() then uses iget_locked() directly and returns a proper error code instead of an inode in the event of an error. jfs_fill_super() returns any error incurred when getting the root inode instead of EINVAL. Signed-off-by: David Howells Acked-by: Dave Kleikamp Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed