]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
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)
commit0739678d0017f9f25328861d03f1b8c9a1be3096
treea5f0dfbb3749468425341476fad8588a618a6938
parentc26040dde1c06dccd4b513d0aeeae65d04b670db
xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_

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@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
fs/xfs/xfs_file.c
fs/xfs/xfs_icache.c
fs/xfs/xfs_icache.h
fs/xfs/xfs_ioctl.c