]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
authorChandan Babu R <chandan.babu@oracle.com>
Wed, 9 Mar 2022 12:34:04 +0000 (12:34 +0000)
committerChandan Babu R <chandan.babu@oracle.com>
Wed, 13 Apr 2022 07:02:44 +0000 (07:02 +0000)
commit6b5aa369392bb2ea04bc58d96fe7cb3c49ab41c3
tree80a192b10435225a156efd6e66fbf374a21d509b
parent51d2e7d3226ffb023959c83d90a1ea6df2232ed5
xfs: Decouple XFS_IBULK flags from XFS_IWALK flags

A future commit will add a new XFS_IBULK flag which will not have a
corresponding XFS_IWALK flag. In preparation for the change, this commit
separates XFS_IBULK_* flags from XFS_IWALK_* flags.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
fs/xfs/xfs_itable.c
fs/xfs/xfs_itable.h
fs/xfs/xfs_iwalk.h