commit | 323b88f4ab668d957a75befcb1079ae9a6e9e4d1 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Feb 13 12:10:20 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:49 2017 +0100 |
tree | d8a0f2d3cc263754e210cbc58e28e7cb5d651211 | |
parent | 23269bf5eafb3bd8036d9412a80cbfc25f98f1a3 [diff] |
btrfs: use GFP_KERNEL in btrfs_read_qgroup_config The qgroup config is read during mount, we do not have to use NOFS. Signed-off-by: David Sterba <dsterba@suse.com>