]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move the max dir2 free bests count to struct xfs_da_geometry
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:42 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:42 +0000 (11:29 -0500)
commitae3cd5b17c71b39b8f97ab8568264a4c43fe5a9d
treeb7b6d1bcd0ca02266d1efe892cb743fe048053f3
parent6006410b4e63eea4ffb643dca53b14294cc83ef3
xfs: move the max dir2 free bests count to struct xfs_da_geometry

Source kernel commit: 5893e4feb0eac11aab7b93ff9fe7e6e58bcec5ec

Move the max free bests count towards our structure for dir/attr
geometry parameters.

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>
db/check.c
libxfs/xfs_da_btree.h
libxfs/xfs_da_format.c
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h
libxfs/xfs_dir2_node.c
repair/phase6.c