commit | 7cf199ba5a70dbc744276efc94442fb4436dac15 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon May 14 06:34:34 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 18:12:50 2018 -0700 |
tree | 63df5b5ad186f3e0f911966bd836b72797b1f7bf | |
parent | 9f3a080ef19b1c182a8fb1edbfb707fdb811437c [diff] |
xfs: make xfs_bmapi_remapi work with attribute forks Add a new flags argument to xfs_bmapi_remapi so that we can pass BMAPI flags into the function. This enables us to pass in BMAPI_ATTRFORK so that we can remap things into the attribute fork. Eventually the online repair code will use this to rebuild attribute forks, so make it non-static. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>