]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: use GFP_KERNEL in init_ipath
authorDavid Sterba <dsterba@suse.com>
Wed, 31 May 2017 17:32:09 +0000 (19:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2017 16:26:02 +0000 (18:26 +0200)
commit27d919bac9dad4d5a4567a71843f16156a22f4e7
tree3233b63f1cbe19b8cb6506ca12a97513f47545aa
parent9a2986683dc8e2af64283ad62d7633b0725ff9fc
btrfs: use GFP_KERNEL in init_ipath

Now that init_ipath is called either from a safe context or with
memalloc_nofs protection, we can switch to GFP_KERNEL allocations in
init_path and init_data_container.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c
fs/btrfs/ioctl.c