[PATCH 4/6] embededd struct xfs_imap into xfs_inode

Dave Chinner david at fromorbit.com
Sun Nov 2 19:27:25 CST 2008


On Mon, Oct 27, 2008 at 09:41:26AM -0400, Christoph Hellwig wrote:
> 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 <hch at lst.de>

Reviewed-by: Dave Chinner <david at fromorbit.com>

-- 
Dave Chinner
david at fromorbit.com



More information about the xfs mailing list