Skip to content
Commit 72f6d8d8 authored by Michal Hocko's avatar Michal Hocko Committed by Mike Snitzer
Browse files

dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call



copy_params()'s use of __GFP_REPEAT for the __vmalloc() call doesn't make much
sense because vmalloc doesn't rely on costly high order allocations.

Signed-off-by: default avatarMichal Hocko <mhocko@suse.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 52813d40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment