diff options
author | Christoph Hellwig <hch@lst.de> | 2017-11-03 10:34:43 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-11-06 11:53:40 -0800 |
commit | 906abed501bf5a2103946deb7a4a40b31c56f027 (patch) | |
tree | 46204b46732ec5dfe21528e723c3482da1cbdb4d /kernel | |
parent | 71565f4b92048321ba3078877dd1a1149a23550d (diff) | |
download | blackbird-obmc-linux-906abed501bf5a2103946deb7a4a40b31c56f027.tar.gz blackbird-obmc-linux-906abed501bf5a2103946deb7a4a40b31c56f027.zip |
xfs: iterate over extents in xfs_bmap_extents_to_btree
This actually makes the function very slightly less efficient for now as we
detour through the expanded irect format between the in-core extent format
and the on-disk one instead of just endian swapping them. But with the
incore extent btree the in-core one will use a different format and the
representation will be entirely hidden.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions