xfs: format logged extents directly into the CIL
authorChristoph Hellwig <hch@infradead.org>
Fri, 13 Dec 2013 00:34:04 +0000 (11:34 +1100)
committerDave Chinner <david@fromorbit.com>
Fri, 13 Dec 2013 00:34:04 +0000 (11:34 +1100)
commitda7765031de15273d370d18a5354e1d8001ce2a9
tree6093d45f13fd5228e076a6406ebaed83ff88c193
parentbde7cff67c39227c6ad503394e19e58debdbc5e3
xfs: format logged extents directly into the CIL

With the new iop_format scheme there is no need to have a temporary buffer
to format logged extents into, we can do so directly into the CIL.  This
also allows to remove the shortcut for big endian systems that probably
hasn't gotten a lot of test coverage for a long time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_inode_fork.c
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_inode_item.h