diff options
| author | Pavel Begunkov <asml.silence@gmail.com> | 2025-04-28 13:52:33 +0100 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-04-28 11:51:31 -0600 |
| commit | 91db6edc573bf238c277602b2ea4b4f4688fdedc (patch) | |
| tree | ebc8b59c15c915e30f69e645b30e1495faca20ee /io_uring/Makefile | |
| parent | 27d2fed790ce6407e321e89aac3c8c0e28986fff (diff) | |
io_uring/cmd: move net cmd into a separate file
We keep socket io_uring command implementation in io_uring/uring_cmd.c.
Separate it from generic command code into a separate file.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/747d0519a2255bd055ae76b691d38d2b4c311001.1745843119.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
| -rw-r--r-- | io_uring/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index 3e28a741ca15..75e0ca795685 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -19,3 +19,4 @@ obj-$(CONFIG_IO_WQ) += io-wq.o obj-$(CONFIG_FUTEX) += futex.o obj-$(CONFIG_EPOLL) += epoll.o obj-$(CONFIG_NET_RX_BUSY_POLL) += napi.o +obj-$(CONFIG_NET) += cmd_net.o |
