mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
0d58472740
This splits out sync_file_range, fsync, and fallocate. Signed-off-by: Jens Axboe <axboe@kernel.dk>
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for io_uring
|
|
|
|
obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
|
|
sync.o
|
|
obj-$(CONFIG_IO_WQ) += io-wq.o
|