]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: fix confusing xfs_extent_item variable names
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 May 2023 12:29:59 +0000 (14:29 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 9 May 2023 16:11:17 +0000 (18:11 +0200)
commitfeee990ce6b61cdd0af17f83cd163bf29f457cab
treee6290b2e9871e94e5942b1ca522985c2c41949ff
parentafe1175ffccb30391a4e81be0e3e0e95309833dd
xfs: fix confusing xfs_extent_item variable names

Source kernel commit: 578c714b215d474c52949e65a914dae67924f0fe

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>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_alloc.c