commit | 74bbda56926a5a5dbfe64287a4705da139daaa5e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Apr 27 15:03:09 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Apr 29 16:40:32 2022 -0700 |
tree | f769d78ca00b19ed8d9f3ae5014b8bb12da38e0b | |
parent | 08beb5eac4b568465e98e592ca935fdbbaaf7082 [diff] |
xfs: rename xfs_*alloc*_log_count to _block_count These functions return the maximum number of blocks that could be logged in a particular transaction. "log count" is confusing since there's a separate concept of a log (operation) count in the reservation code, so let's change it to "block count" to be less confusing. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>