Skip to content
Commit 1661f2e2 authored by Vlastimil Babka's avatar Vlastimil Babka Committed by Jens Axboe
Browse files

floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL



The raw_cmd_copyin() function does a kmalloc() with GFP_USER, although the
allocated structure is obviously not mapped to userspace, just copied from/to.
In this case GFP_KERNEL is more appropriate, so let's use it, although in the
current implementation this does not manifest as any error.

Reported-by: default avatarMatthew Wilcox <mawilcox@linuxonhyperv.com>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a121103c
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