Searched hist:"178 b48d588ea5424a54423dc9c406416de0547c8" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | bitmap.h | diff 178b48d588ea5424a54423dc9c406416de0547c8 Tue Apr 11 21:00:35 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: remove the for_each_xbitmap_ helpers
Remove the for_each_xbitmap_ macros in favor of proper iterator functions. We'll soon be switching this data structure over to an interval tree implementation, which means that we can't allow callers to modify the bitmap during iteration without telling us.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
H A D | bitmap.c | diff 178b48d588ea5424a54423dc9c406416de0547c8 Tue Apr 11 21:00:35 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: remove the for_each_xbitmap_ helpers
Remove the for_each_xbitmap_ macros in favor of proper iterator functions. We'll soon be switching this data structure over to an interval tree implementation, which means that we can't allow callers to modify the bitmap during iteration without telling us.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
H A D | agheader_repair.c | diff 178b48d588ea5424a54423dc9c406416de0547c8 Tue Apr 11 21:00:35 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: remove the for_each_xbitmap_ helpers
Remove the for_each_xbitmap_ macros in favor of proper iterator functions. We'll soon be switching this data structure over to an interval tree implementation, which means that we can't allow callers to modify the bitmap during iteration without telling us.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
H A D | repair.c | diff 178b48d588ea5424a54423dc9c406416de0547c8 Tue Apr 11 21:00:35 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: remove the for_each_xbitmap_ helpers
Remove the for_each_xbitmap_ macros in favor of proper iterator functions. We'll soon be switching this data structure over to an interval tree implementation, which means that we can't allow callers to modify the bitmap during iteration without telling us.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|