Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 178b48d5 authored by Darrick J. Wong's avatar Darrick J. Wong
Browse files

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: default avatarDarrick J. Wong <djwong@kernel.org>
Reviewed-by: default avatarDave Chinner <dchinner@redhat.com>
parent 44af6c7e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment