]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_bmap.h
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 10 Aug 2016 01:29:41 +0000 (11:29 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 01:29:41 +0000 (11:29 +1000)
commit6f530e9a80f37bc9df6b64a15060e3bd3052f68d
tree6758acd5b77cc36ef1a4dc0a3c96ed63db8ffe84
parentf944d3d0761c7f334108c7d596f1d2392bf8433f
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*

Source kernel commit: 310a75a3c6c747857ad53dd25f2ede3de13612c9

Drop the compatibility shims that we were using to integrate the new
deferred operation mechanism into the existing code.  No new code.

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>
18 files changed:
include/libxfs.h
libxfs/init.c
libxfs/libxfs_api_defs.h
libxfs/util.c
libxfs/xfs_attr.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_btree.h
libxfs/xfs_da_btree.h
libxfs/xfs_defer.h
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc.h
libxfs/xfs_trans_resv.c
mkfs/proto.c
repair/phase6.c