Skip to content
Commit 66b0c887 authored by David Sterba's avatar David Sterba
Browse files

btrfs: prepare to drop gfp mask parameter from clear_extent_bit



Use __clear_extent_bit directly in case we want to pass unknown
gfp flags. Otherwise all clear_extent_bit callers use GFP_NOFS, so we
can sink them to the function and reduce argument count, at the cost
that __clear_extent_bit has to be exported.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 1538e6c5
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