]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
authorChristoph Hellwig <hch@lst.de>
Fri, 8 Nov 2019 22:57:51 +0000 (14:57 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 11 Nov 2019 00:54:20 +0000 (16:54 -0800)
commit485ff71390f749622afe31a30e273899d591e0e7
tree66f49ed8598c5bd29727a108996abf56f4c82c6a
parentbd86b0cfce9e26753b275501d9e2056c22a97dc2
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry

Move the max leaf entries 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>
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/libxfs/xfs_da_format.c
fs/xfs/libxfs/xfs_dir2.c
fs/xfs/libxfs/xfs_dir2.h
fs/xfs/libxfs/xfs_dir2_leaf.c
fs/xfs/libxfs/xfs_dir2_node.c
fs/xfs/scrub/dir.c