OSDN Git Service

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)
commita3ec60054082ca2c2145ba487f9fc4de904e2b03
tree0e08bc6921f35bc8cce5da04cad3343b685f1d95
parent9b8284921513fc1ea57d87777283a59b05862f03
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