Skip to content
Commit 23269bf5 authored by David Sterba's avatar David Sterba
Browse files

btrfs: use GFP_KERNEL in create_snapshot



We don't need to use GFP_NOFS here as this is called from ioctls an the
only lock held is the subvol_sem, which is of a high level and protects
creation/renames/deletion and is never held in the writeout paths.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 1af4a0aa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment