]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move the dir2 leaf header size to struct xfs_da_geometry
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:41 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:41 +0000 (11:29 -0500)
commit99e7b975b7739b9f438fe6f2256db530fb1faaad
treef28c8c460f2b8e0e332690bcba85a2661da94fe7
parenta22794978caec704613dabf20d66ea00b5aab69c
xfs: move the dir2 leaf header size to struct xfs_da_geometry

Source kernel commit: 545910bcc875377160b7b669e790865602a006f3

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_da_btree.h
libxfs/xfs_da_format.c
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h
libxfs/xfs_dir2_leaf.c
libxfs/xfs_dir2_node.c