commit | fb7d9267692a5cdc01648bf4c8fdca51054bc0f2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 03 12:03:19 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 03 12:03:19 2016 +1000 |
tree | 22ebaabe3a53ebb96031bcdf9d2fc0104ddbe521 | |
parent | f922cd90b82c5e78a860f194728d4dadc8575106 [diff] |
xfs: convert unwritten status of reverse mappings Provide a function to convert an unwritten rmap extent to a real one and vice versa. [ dchinner: Note that this algorithm and code was derived from the existing bmapbt unwritten extent conversion code in xfs_bmap_add_extent_unwritten_real(). ] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>