diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-25 15:12:18 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 03:39:11 +0300 |
commit | e0da14def1ee0a9cd9c88893321e9a3d900f8e23 (patch) | |
tree | 319b5838f10d19c9621d4de0b5f25053112d56f1 /io_uring/Makefile | |
parent | a9c210cebe13c36487a239ae7f4671a389fed127 (diff) | |
download | linux-e0da14def1ee0a9cd9c88893321e9a3d900f8e23.tar.xz |
io_uring: move statx handling to its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index 59e70f2d8c56..de953c022c6e 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -4,5 +4,6 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \ sync.o advise.o filetable.o \ - openclose.o uring_cmd.o epoll.o + openclose.o uring_cmd.o epoll.o \ + statx.o obj-$(CONFIG_IO_WQ) += io-wq.o |