commit | 3ab78df2a59a485f479d26852a060acfd8c4ecd7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 03 11:15:38 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 03 11:15:38 2016 +1000 |
tree | bb2ebb0e9564d18e90b177ab91a8ce80dc7bb746 | |
parent | 9749fee83f38fca8dbe67161a033db22e3c4a2dd [diff] |
xfs: rework xfs_bmap_free callers to use xfs_defer_ops Restructure everything that used xfs_bmap_free to use xfs_defer_ops instead. For now we'll just remove the old symbols and play some cpp magic to make it work; in the next patch we'll actually rename everything. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>