mirror of
https://github.com/torvalds/linux.git
synced 2025-12-01 07:26:02 +07:00
io_uring: move statx handling to its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user