]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create a standard btree size calculator code
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 00:26:53 +0000 (11:26 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 00:26:53 +0000 (11:26 +1100)
commitfc8c849d1ca5d6d532a3f7c2bfd09aa1269598c3
tree2d11c02ce87e78b6ed22b5ccf3e8cf3f6705e75c
parent45413937e67ff56fe20566e531925b9649402d51
xfs: create a standard btree size calculator code

Source kernel commit: 4ed3f68792f6a9c21a290ae777565e7562a09653

Create a helper to generate AG btree height calculator functions.
This will be used (much) later when we get to the refcount btree.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_btree.c
libxfs/xfs_btree.h