commit | 411a71256de6f5a0015a28929cfbe6bc36c503dc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Aug 30 15:37:21 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Sep 01 08:58:20 2024 -0700 |
tree | ac551b3047333e36e1b533fe2db0329cf54906c1 | |
parent | 79124b3740063573312de4b225407ebdae219275 [diff] |
xfs: standardize the btree maxrecs function parameters Standardize the parameters in xfs_{alloc,bm,ino,rmap,refcount}bt_maxrecs so that we have consistent calling conventions. This doesn't affect the kernel that much, but enables us to clean up userspace a bit. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>