Skip to content
Commit 61dd5ae6 authored by David Sterba's avatar David Sterba
Browse files

btrfs: use GFP_KERNEL for allocations of workqueues



We don't have to use GFP_NOFS to allocate workqueue structures, this is
done from mount context or potentially scrub start context, safe to fail
in both cases.

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