]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/libxfs_api_defs.h
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:44 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:44 +0000 (11:29 -0500)
commitd85595d09af7924b1123e7c583e2264c901afc03
treed66ea2fe2cd2a0620fb1b25888105dcc05d96674
parent6908be48fed56a1c70ae0a88bb31ca3dd48cf40f
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int

Source kernel commit: ae42976de7f1022e6d83f5560debc072929921a9

There is no real need for xfs_dir2_data_freescan wrapper, so rename
xfs_dir2_data_freescan_int to xfs_dir2_data_freescan and let the
callers dereference the mount pointer from the inode.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_api_defs.h
libxfs/xfs_dir2.h
libxfs/xfs_dir2_block.c
libxfs/xfs_dir2_data.c
libxfs/xfs_dir2_leaf.c
libxfs/xfs_dir2_node.c
repair/dir2.c
repair/phase6.c