xfs: fix confusing variable names in xfs_bmap_item.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Feb 2023 18:16:01 +0000 (10:16 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 5 Feb 2023 16:48:11 +0000 (08:48 -0800)
commitf3ebac4c94c1483cca86296834f6706e1002e7a0
tree741420d62d92e2f464e7f25e2765f32b8473e1ff
parentddccb81b26ec021ae1f3366aa996cc4c68dd75ce
xfs: fix confusing variable names in xfs_bmap_item.c

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

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