]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: rename flist/free_list to dfops
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 10 Aug 2016 01:34:02 +0000 (11:34 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 01:34:02 +0000 (11:34 +1000)
commitf33cea1a5d82ba9932091c11abb27f320aea4b08
tree68bf88d0ff1842cea4f679f9800e929fef3f4564
parent6f530e9a80f37bc9df6b64a15060e3bd3052f68d
xfs: rename flist/free_list to dfops

Source kernel commit: 2c3234d1ef53030ff6a79d55ba1fb291098467c2

Mechanical change of flist/free_list to dfops, since they're now
deferred ops, not just a freeing list.

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:
libxfs/xfs_attr.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.h
libxfs/xfs_da_btree.c
libxfs/xfs_da_btree.h
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc.h
mkfs/proto.c
repair/phase6.c