commit | 7644bd988d911168c80599bc034bb489dc851dcf | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon May 14 06:34:35 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 18:12:50 2018 -0700 |
tree | 67c74f1b33e413d868586b03da1646556cb9c603 | |
parent | 7cf199ba5a70dbc744276efc94442fb4436dac15 [diff] |
xfs: teach xfs_bmapi_remap to accept some bmapi flags Teach xfs_bmapi_remap how to map in unwritten extent and to skip rmap updates. This enables us to rebuild real and unwritten extents from the rmapbt. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>