diff options
| author | Christoph Hellwig <[email protected]> | 2025-07-23 12:19:44 +0000 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2025-08-11 12:03:19 +0000 |
| commit | d2845519b0723c5d5a0266cbf410495f9b8fd65c (patch) | |
| tree | 413dec307eeabe95df0258ff7d14cce27b340d70 /fs/xfs/xfs_ioctl.c | |
| parent | xfs: fix frozen file system assert in xfs_trans_alloc (diff) | |
| download | kernel-d2845519b0723c5d5a0266cbf410495f9b8fd65c.tar.gz kernel-d2845519b0723c5d5a0266cbf410495f9b8fd65c.zip | |
xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flags
Fix up xfs_inumbers to now pass in the XFS_IBULK* flags into the flags
argument to xfs_inobt_walk, which expects the XFS_IWALK* flags.
Currently passing the wrong flags works for non-debug builds because
the only XFS_IWALK* flag has the same encoding as the corresponding
XFS_IBULK* flag, but in debug builds it can trigger an assert that no
incorrect flag is passed. Instead just extra the relevant flag.
Fixes: 5b35d922c52798 ("xfs: Decouple XFS_IBULK flags from XFS_IWALK flags")
Cc: <[email protected]> # v5.19
Reported-by: cen zhang <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Carlos Maiolino <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_ioctl.c')
0 files changed, 0 insertions, 0 deletions
