From: Darrick J. Wong Date: Tue, 8 Jun 2021 16:38:36 +0000 (-0700) Subject: Merge tag 'rename-eofblocks-5.14_2021-06-08' of https://git.kernel.org/pub/scm/linux... X-Git-Tag: v5.14-rc1~97^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b2c8bcdb813cd7e520e8cf54912a3280deb74d;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'rename-eofblocks-5.14_2021-06-08' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 xfs: rename struct xfs_eofblocks In the old days, struct xfs_eofblocks was an optional parameter to the speculative post-EOF allocation garbage collector to narrow the scope of a scan to files fitting specific criteria. Nowadays it is used for all other kinds of inode cache walks (reclaim, quotaoff, inactivation), so the name is no longer fitting. Change the flag namespace and rename the structure to something more appropriate for what it does. v2: separate the inode cache walk flag namespace from eofblocks * tag 'rename-eofblocks-5.14_2021-06-08' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux: xfs: rename struct xfs_eofblocks to xfs_icwalk xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_ --- 68b2c8bcdb813cd7e520e8cf54912a3280deb74d