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>
This commit is contained in:
committed by
Darrick J. Wong
parent
545910bcc8
commit
478c7835cb
@@ -167,7 +167,7 @@ xfs_dir3_leaf_check_int(
|
||||
* Should factor in the size of the bests table as well.
|
||||
* We can deduce a value for that from di_size.
|
||||
*/
|
||||
if (hdr->count > ops->leaf_max_ents(geo))
|
||||
if (hdr->count > geo->leaf_max_ents)
|
||||
return __this_address;
|
||||
|
||||
/* Leaves and bests don't overlap in leaf format. */
|
||||
|
||||
Reference in New Issue
Block a user