Forum | Documentation | Website | Blog

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

xfs: remove unnecessary dstmap in xattr scrubber


Replace bitmap_and with bitmap_intersects in the xattr leaf block
scrubber, since we only care if there's overlap between the used space
bitmap and the free space bitmap.  This means we don't need dstmap any
more, and can thus reduce the memory requirements.

Signed-off-by: default avatarDarrick J. Wong <djwong@kernel.org>
Reviewed-by: default avatarDave Chinner <dchinner@redhat.com>
parent ee366fe4
No related merge requests found
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