From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:41 +0000 (+1100) Subject: [XFS] merge xfs_imap into xfs_dilocate X-Git-Tag: v2.6.29-rc1~552^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e1b69d1abd108d306e926c3012ec89e481c0da;p=pandora-kernel.git [XFS] merge xfs_imap into xfs_dilocate xfs_imap is the only caller of xfs_dilocate and doesn't add any significant value. Merge the two functions and document the various cases we have for inode cluster lookup in the new xfs_imap. Also remove the unused im_agblkno and im_ioffset fields from struct xfs_imap while we're at it. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed