commit | 882a5cc8b5f4a992417a0887e55a7e7bd2eb4e45 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Aug 15 11:56:34 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Sep 18 13:58:33 2024 -0700 |
tree | 08c2a8c9e66d2ddce39cef9708ca27241448557b | |
parent | 7b98a6467e54f4f2b4eaad29de65c2628bb61077 [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>