commit | 3ec836211183eee87609f832a949dfe711af2b5a | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Jun 22 02:26:54 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Wed Aug 16 16:12:03 2017 +0200 |
tree | 4dbd9e60731832d7129d2d1b165c52eded8d32fe | |
parent | e3f3ad126829779a5ad0e7846cd52adf7cc180a9 [diff] |
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: David Sterba <dsterba@suse.com>