xfs: fix confusing variable names in xfs_rmap_item.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Feb 2023 18:16:03 +0000 (10:16 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 5 Feb 2023 16:48:11 +0000 (08:48 -0800)
commitffaa196f622127acb7895723c4849fad68210270
treeab1e795424dff3eb6795e667f7c2de3732b6196b
parent1534328bb427f175e5de56c9af62f8f4675da595
xfs: fix confusing variable names in xfs_rmap_item.c

Variable names in this code module are inconsistent and confusing.
xfs_map_extent describe file mappings, so rename them "map".
xfs_rmap_intents describe block mapping intents, so rename them "ri".

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