commit | 6165572c1139dd694afb8e382a5f06e7e0fa4ad8 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Jun 15 17:16:43 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 19 18:26:04 2017 +0200 |
tree | 8255e73caed390a1bc2a804cb927df635ea515fa | |
parent | 6a44517d79a394b7f317d782ed47fd4c4bccf7e8 [diff] |
btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdev The function is called from ioctl context and we don't hold any locks that take part in writeback. Right now it's only fs_info::volume_mutex. Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>