jfs: logmgr: use __bio_add_page to add single page to bio
[linux-block.git] / io_uring / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for io_uring
4
5 obj-$(CONFIG_IO_URING)          += io_uring.o xattr.o nop.o fs.o splice.o \
6                                         sync.o advise.o filetable.o \
7                                         openclose.o uring_cmd.o epoll.o \
8                                         statx.o net.o msg_ring.o timeout.o \
9                                         sqpoll.o fdinfo.o tctx.o poll.o \
10                                         cancel.o kbuf.o rsrc.o rw.o opdef.o notif.o
11 obj-$(CONFIG_IO_WQ)             += io-wq.o