]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: use kmemdup instead of kmalloc and memcpy
authorJackie Liu <liuyun01@kylinos.cn>
Wed, 18 Sep 2019 02:37:52 +0000 (10:37 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Sep 2019 17:19:06 +0000 (11:19 -0600)
commit9426b3efe20767dfa8aa723c1e060f1fe825ae10
tree106599064e4defb8e95eb3a4e78695a0f4082566
parent7d21742f9d47f1384c38debb464e8582490981c7
io_uring: use kmemdup instead of kmalloc and memcpy

Just clean up the code, no function changes.

Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c