Home
last modified time | relevance | path

Searched hist:"3 ec83621" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsuper.c3ec83621 Wed Jun 21 19:26:54 CDT 2017 David Sterba <dsterba@suse.com> 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>