diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-24 21:43:10 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-24 18:39:11 -0600 |
commit | 453b329be5eacfc48dd43035af82bc7f28ecfedf (patch) | |
tree | 072ae9d9fd40554f65537c92cc1e9116b5dfe79f /io_uring/Makefile | |
parent | f4c163dd7d4b1031772317cd3cd58dd6711ee51e (diff) | |
download | lwn-453b329be5eacfc48dd43035af82bc7f28ecfedf.tar.gz lwn-453b329be5eacfc48dd43035af82bc7f28ecfedf.zip |
io_uring: separate out file table handling code
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index 4492aa24397e..5efc4fe565a1 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -3,5 +3,5 @@ # Makefile for io_uring obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \ - sync.o advise.o + sync.o advise.o filetable.o obj-$(CONFIG_IO_WQ) += io-wq.o |