From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:41 +0000 (+1100) Subject: [XFS] embededd struct xfs_imap into xfs_inode X-Git-Tag: v2.6.29-rc1~552^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bfc6e7c4eabbbd15e7d6d49123b296d05dcfd1;p=pandora-kernel.git [XFS] embededd struct xfs_imap into xfs_inode Most uses of struct xfs_imap are to map and inode to a buffer. To avoid copying around the inode location information we should just embedd a strcut xfs_imap into the xfs_inode. To make sure it doesn't bloat an inode the im_len is changed to a ushort, which is fine as that's what the users exepect anyway. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed