commit | da7765031de15273d370d18a5354e1d8001ce2a9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Dec 13 11:34:04 2013 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Fri Dec 13 11:34:04 2013 +1100 |
tree | 6093d45f13fd5228e076a6406ebaed83ff88c193 | |
parent | bde7cff67c39227c6ad503394e19e58debdbc5e3 [diff] |
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>