]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: rename struct xfs_eofblocks to xfs_icwalk
authorDarrick J. Wong <djwong@kernel.org>
Mon, 7 Jun 2021 16:34:51 +0000 (09:34 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 8 Jun 2021 16:30:20 +0000 (09:30 -0700)
commit7581c9a3c2310cb73efefe9e555dc2e3581e92f5
treea16f96a738101533e64ee11bae6a1b2204cc145e
parentee6c6514c3d6f0d0d728b40e9af791d56d2c16a6
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>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_file.c
fs/xfs/xfs_icache.c
fs/xfs/xfs_icache.h
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_trace.h