Skip to content
Snippets Groups Projects
Commit 3ec83621 authored by David Sterba's avatar David Sterba
Browse files

btrfs: use GFP_KERNEL in mount and remount


We don't need to restrict the allocation flags in btrfs_mount or
_remount. No big filesystem locks are held (possibly s_umount but that
does no count here).

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent e3f3ad12
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment