diff options
| author | Darrick J. Wong <[email protected]> | 2016-08-03 01:15:38 +0000 |
|---|---|---|
| committer | Dave Chinner <[email protected]> | 2016-08-03 01:15:38 +0000 |
| commit | 3ab78df2a59a485f479d26852a060acfd8c4ecd7 (patch) | |
| tree | bb2ebb0e9564d18e90b177ab91a8ce80dc7bb746 /fs/xfs/xfs_rtalloc.c | |
| parent | xfs: enable the xfs_defer mechanism to process extents to free (diff) | |
| download | kernel-3ab78df2a59a485f479d26852a060acfd8c4ecd7.tar.gz kernel-3ab78df2a59a485f479d26852a060acfd8c4ecd7.zip | |
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 <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
| -rw-r--r-- | fs/xfs/xfs_rtalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index 3938b37d1043..627f7e69ae59 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c @@ -23,6 +23,7 @@ #include "xfs_trans_resv.h" #include "xfs_bit.h" #include "xfs_mount.h" +#include "xfs_defer.h" #include "xfs_inode.h" #include "xfs_bmap.h" #include "xfs_bmap_util.h" |
