xfs: fix confusing xfs_extent_item variable names
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Feb 2023 18:16:02 +0000 (10:16 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 5 Feb 2023 16:48:11 +0000 (08:48 -0800)
commit578c714b215d474c52949e65a914dae67924f0fe
tree859eda805f8e0aabddccdc5999e2389054d1006e
parent72ba455599ad13d08c29dafa22a32360e07b1961
xfs: fix confusing xfs_extent_item variable names

Change the name of all pointers to xfs_extent_item structures to "xefi"
to make the name consistent and because the current selections ("new"
and "free") mean other things in C.

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