Hi all, this fixes a syzcall triggered assert due to the somewhat sloppy split between the XFS_IBULK and XFS_IWALK flags. The first is the minimal fix for the reported problem, and the second one cleans up the interface to avoid problems like this in the future. Diffstat: xfs_ioctl.c | 2 +- xfs_itable.c | 8 ++------ xfs_itable.h | 10 ++++------ 3 files changed, 7 insertions(+), 13 deletions(-)