From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:42 +0000 (+1100) Subject: [XFS] move inode allocation out xfs_iread X-Git-Tag: v2.6.29-rc1~552^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f211bad09a31f19dda0c3faffe0244f4f235f5;p=pandora-kernel.git [XFS] move inode allocation out xfs_iread Allocate the inode in xfs_iget_cache_miss and pass it into xfs_iread. This simplifies the error handling and allows xfs_iread to be shared with userspace which already uses these semantics. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed