xfs: move the dir2 free header size to struct xfs_da_geometry
Move the free 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
a84f3d5cb0
commit
ed1d612fbe
@@ -372,7 +372,7 @@ xfs_dir2_free_log_header(
|
||||
free->hdr.magic == cpu_to_be32(XFS_DIR3_FREE_MAGIC));
|
||||
#endif
|
||||
xfs_trans_log_buf(args->trans, bp, 0,
|
||||
args->dp->d_ops->free_hdr_size - 1);
|
||||
args->geo->free_hdr_size - 1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user