Christoph Hellwig 92bfc6e7c4 [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 <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
2008-12-01 11:38:08 +11:00
..
2008-12-01 11:36:46 +11:00
2008-10-30 17:06:08 +11:00
2008-12-01 11:37:20 +11:00
2008-12-01 11:29:28 +11:00
2008-12-01 11:37:35 +11:00
2008-10-30 17:53:24 +11:00
2008-12-01 11:29:28 +11:00
2008-11-17 17:37:10 +11:00
2008-12-01 11:37:35 +11:00
2008-12-01 11:36:59 +11:00
2008-10-30 17:53:24 +11:00
2008-12-01 11:37:06 +11:00