Hi Linus, We only have a few file systems that use the old dio code, make them select it rather than build it unconditionally. Please pull! The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65: Linux 6.2-rc5 (2023-01-21 16:27:01 -0800) are available in the Git repository at: git://git.kernel.dk/linux.git tags/for-6.3/dio-2023-02-16 for you to fetch changes up to 9636e650e16f6b01f0044f7662074958c23e4707: fs: build the legacy direct I/O code conditionally (2023-01-26 10:30:56 -0700) ---------------------------------------------------------------- for-6.3/dio-2023-02-16 ---------------------------------------------------------------- Christoph Hellwig (2): fs: move sb_init_dio_done_wq out of direct-io.c fs: build the legacy direct I/O code conditionally fs/Kconfig | 4 ++++ fs/Makefile | 3 ++- fs/affs/Kconfig | 1 + fs/direct-io.c | 24 ------------------------ fs/exfat/Kconfig | 1 + fs/ext2/Kconfig | 1 + fs/fat/Kconfig | 1 + fs/hfs/Kconfig | 1 + fs/hfsplus/Kconfig | 1 + fs/internal.h | 4 +--- fs/jfs/Kconfig | 1 + fs/nilfs2/Kconfig | 1 + fs/ntfs3/Kconfig | 1 + fs/ocfs2/Kconfig | 1 + fs/reiserfs/Kconfig | 1 + fs/super.c | 24 ++++++++++++++++++++++++ fs/udf/Kconfig | 1 + 17 files changed, 43 insertions(+), 28 deletions(-) -- Jens Axboe