xfs: move the dir2 leaf header size to struct xfs_da_geometry
Move the leaf header size 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
787b0893ad
commit
545910bcc8
@@ -72,7 +72,6 @@ struct xfs_dir_ops {
|
||||
struct xfs_dir2_data_unused *
|
||||
(*data_unused_p)(struct xfs_dir2_data_hdr *hdr);
|
||||
|
||||
int leaf_hdr_size;
|
||||
int (*leaf_max_ents)(struct xfs_da_geometry *geo);
|
||||
|
||||
int free_hdr_size;
|
||||
|
Reference in New Issue
Block a user