commit | 61dd5ae65be6dfaeadb0e841ea6639351f0e04ce | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Dec 01 18:04:30 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Dec 03 15:03:43 2015 +0100 |
tree | 78de68714e530eb4beb3c68adaf5f312ceed1a0c | |
parent | 8d2db7855e7b65c9eecc8789fc54d818ee281ac6 [diff] |
btrfs: use GFP_KERNEL for allocations of workqueues We don't have to use GFP_NOFS to allocate workqueue structures, this is done from mount context or potentially scrub start context, safe to fail in both cases. Signed-off-by: David Sterba <dsterba@suse.com>