]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: move io_uring_get_socket() into io_uring.h
authorJens Axboe <axboe@kernel.dk>
Sat, 19 Sep 2020 02:41:00 +0000 (20:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 02:32:33 +0000 (20:32 -0600)
commit1d14e916e89dbbd84bd3c8891edf6a6ec518c49c
tree0e08bc6921f35bc8cce5da04cad3343b685f1d95
parentea300ddf123d9a83f4665397ef6dca17fb3db5e2
io_uring: move io_uring_get_socket() into io_uring.h

Now we have a io_uring kernel header, move this definition out of fs.h
and into io_uring.h where it belongs.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h
include/linux/io_uring.h
net/unix/scm.c