commit | fd95ef56b1acf96a24ff3d3f7bf19c2350ad0786 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Feb 11 14:25:38 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Feb 11 15:19:39 2016 +0100 |
tree | f1afc1565bb541f2ef303d2c8e66ed2e1db82a63 | |
parent | 78f2c9e6dbb144f0000c9cbb79bdf19410e4007b [diff] |
btrfs: extent same: use GFP_KERNEL for page array allocations We can safely use GFP_KERNEL in the functions called from the ioctl handlers. Here we can allocate up to 32k so less pressure to the allocator could help. Signed-off-by: David Sterba <dsterba@suse.com>