commit | d2ee7aefe63fa5387f8c4f5ab96bdbf849b68b4b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Sep 23 14:14:06 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Oct 16 11:11:54 2021 -0700 |
tree | 5eb136c27755ad036d4fbec6f26697e1a4cd835c | |
parent | e6d01547faf8cbd8617e6ff9828b33b8f6dcbf5e [diff] |
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>