]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: use GFP_KERNEL in btrfs_read_qgroup_config
authorDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2017 11:10:20 +0000 (12:10 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:49 +0000 (12:03 +0100)
commit3ad591339df18cc67024c4d4952cd57f9d7c552e
treed8a0f2d3cc263754e210cbc58e28e7cb5d651211
parent202452bcf68918a7edeac75e227d4a0d14f8bbd4
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>
fs/btrfs/qgroup.c