commit | 02f8e763f1da078cc23d5f7cc4310f015c939645 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Sep 23 09:41:13 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Sep 23 18:20:31 2021 -0700 |
tree | 754267f39fbca27eea6f584bcce266d4bdd84831 | |
parent | 94b2a894fa1cf852dfe6211226fc815f2ce08967 [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>