| commit | a027e3dc0886643de66cf0b65e68417f48319f72 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Wed Jun 02 18:42:58 2021 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Mon Jun 14 17:21:14 2021 -0700 |
| tree | f86445a5a373a350e59f0e75d0566301aa680774 | |
| parent | f3993702318e41344cdb102c158dc40971fe0fe9 [diff] |
xfs: rename struct xfs_eofblocks to xfs_icwalk The xfs_eofblocks structure is no longer well-named -- nowadays it provides optional filtering criteria to any walk of the incore inode cache. Only one of the cache walk goals has anything to do with clearing of speculative post-EOF preallocations, so change the name to be more appropriate. Signed-off-by: Darrick J. Wong <djwong@kernel.org>