Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-13 16:07:23 +0300
committerJens Axboe <axboe@kernel.dk>2022-07-25 03:39:12 +0300
commit3b77495a97239faa27989f946d29b6be7dd091e9 (patch)
tree839e1c881b41b30b18308860796c3193bae6ced3 /io_uring/net.c
parent7aaff708a768144ec6459f0a58301be1a6b982fc (diff)
io_uring: split provided buffers handling into its own file
Move both the opcodes related to it, and the internals code dealing with it. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/net.c')
-rw-r--r--io_uring/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/net.c b/io_uring/net.c
index 2434548d0c1f..fe1fe920b929 100644
--- a/io_uring/net.c
+++ b/io_uring/net.c
@@ -12,6 +12,7 @@
#include "io_uring_types.h"
#include "io_uring.h"
+#include "kbuf.h"
#include "net.h"
#if defined(CONFIG_NET)