xfs: fix confusing variable names in xfs_refcount_item.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Feb 2023 18:16:04 +0000 (10:16 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 5 Feb 2023 16:48:12 +0000 (08:48 -0800)
commit01a3af226b7d4002245a4b12b12dae83d02e11dc
tree3ef6665796c88d7d756a6f2b9f6e8036708cbc09
parent0b11553ec54a6d88907e60d0595dbcef98539747
xfs: fix confusing variable names in xfs_refcount_item.c

Variable names in this code module are inconsistent and confusing.
xfs_phys_extent describe physical mappings, so rename them "pmap".
xfs_refcount_intents describe refcount intents, so rename them "ri".

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_refcount_item.c