xfs: drop the _safe behavior from the xbitmap foreach macro
authorDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:36 +0000 (19:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:36 +0000 (19:00 -0700)
commit7296a6d6fb8fef515352dac5d8af2ffe7a78e5cf
tree55d2ef4c6301be090bcefdf87fa8e1d115d67a01
parent178b48d588ea5424a54423dc9c406416de0547c8
xfs: drop the _safe behavior from the xbitmap foreach macro

It's not safe to edit bitmap intervals while we're iterating them with
for_each_xbitmap_extent.  None of the existing callers actually need
that ability anyway, so drop the safe variable.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/bitmap.c