commit | dad969e2b1ad215ddfd8b44e84070666dafdba9a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Oct 17 09:14:17 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Apr 02 17:13:34 2023 -0700 |
tree | 170371351b1ae2573b60ed13d6c70d54b5c72bc3 | |
parent | 937e735aa243d0df0b077852e7b235cf5bbed46a [diff] |
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>