On Sun, Jun 06, 2021 at 10:54:29AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > In preparation for renaming struct xfs_eofblocks to struct xfs_icwalk, > change the prefix of the existing XFS_EOF_FLAGS_* flags to > XFS_ICWALK_FLAG_ and convert all the existing users. This adds a degree > of interface separation between the ioctl definitions and the incore > parameters. Since FLAGS_UNION is only used in xfs_icache.c, move it > there as a private flag. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > fs/xfs/xfs_file.c | 4 ++-- > fs/xfs/xfs_icache.c | 44 +++++++++++++++++++++++--------------------- > fs/xfs/xfs_icache.h | 17 +++++++++++++++-- > fs/xfs/xfs_ioctl.c | 13 ++++++++++++- > 4 files changed, 52 insertions(+), 26 deletions(-) Looks reasonable. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx