xfs: reduce the size of nr_ops for refcount btree cursors
authorDarrick J. Wong <djwong@kernel.org>
Thu, 23 Sep 2021 16:41:13 +0000 (09:41 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 19 Oct 2021 18:45:14 +0000 (11:45 -0700)
commitefb79ea31067ae3dd0f348eb06e6b9a5e9907078
treef5de388d64cb4e46ab4691e7c46321525f6b90b2
parentcc411740472d958b718b9c6a7791ba00d88f7cef
xfs: reduce the size of nr_ops for refcount btree cursors

We're never going to run more than 4 billion btree operations on a
refcount cursor, so shrink the field to an unsigned int to reduce the
structure size.  Fix whitespace alignment too.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/libxfs/xfs_btree.h