diff options
author | 2017-05-08 15:57:34 -0700 | |
---|---|---|
committer | 2017-05-08 17:15:13 -0700 | |
commit | d224e938189771dbd1e3b68ee8603a949bee76bb (patch) | |
tree | a1421bda5284b52c06f02970912bf920a405f8e4 /net/netfilter/x_tables.c | |
parent | net: use kvmalloc with __GFP_REPEAT rather than open coded variant (diff) | |
download | wireguard-linux-d224e938189771dbd1e3b68ee8603a949bee76bb.tar.xz wireguard-linux-d224e938189771dbd1e3b68ee8603a949bee76bb.zip |
drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant
copy_params uses kmalloc with vmalloc fallback. We already have a
helper for that - kvmalloc. This caller requires GFP_NOIO semantic so
it hasn't been converted with many others by previous patches. All we
need to achieve this semantic is to use the scope
memalloc_noio_{save,restore} around kvmalloc.
Link: http://lkml.kernel.org/r/20170306103327.2766-4-mhocko@kernel.org
Signed-off-by: Michal Hocko <mhocko@suse.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Mikulas Patocka <mpatocka@redhat.com>
Cc: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/netfilter/x_tables.c')
0 files changed, 0 insertions, 0 deletions