]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_bmap.c
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 10 Aug 2016 01:29:40 +0000 (11:29 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 01:29:40 +0000 (11:29 +1000)
commitf944d3d0761c7f334108c7d596f1d2392bf8433f
treef45286b927c35a75def57a9f4086bfcd790c5a38
parent31a6b02a1ce906c0f463a2aa2d6a5ff982c9915e
xfs: rework xfs_bmap_free callers to use xfs_defer_ops

Source kernel commit: 3ab78df2a59a485f479d26852a060acfd8c4ecd7

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>
15 files changed:
include/libxfs.h
libxfs/libxfs_api_defs.h
libxfs/util.c
libxfs/xfs_alloc.c
libxfs/xfs_attr.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.c
libxfs/xfs_defer.h
libxfs/xfs_dir2.c
libxfs/xfs_ialloc.c
libxfs/xfs_inode_buf.c
libxfs/xfs_sb.c