commit | 3a86f743aa8404cb4f2d75be107f198342620283 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Oct 17 09:14:17 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Jun 05 08:24:12 2023 -0700 |
tree | addffb01b4dc554a93f1bdaf2cadde9af8ac865d | |
parent | f499ee5cf0aa520ed7489249e2e465587ae19c59 [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>