diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-02-20 23:10:36 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-02-20 23:10:36 +0100 |
commit | 553637f73c314c742243b8dc5ef072e9dadbe581 (patch) | |
tree | 1c94c2f76775871b23a807f836c395751bede619 /fs/fat | |
parent | Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux (diff) | |
parent | fs: build the legacy direct I/O code conditionally (diff) | |
download | linux-553637f73c314c742243b8dc5ef072e9dadbe581.tar.xz linux-553637f73c314c742243b8dc5ef072e9dadbe581.zip |
Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux
Pull legacy dio update from Jens Axboe:
"We only have a few file systems that use the old dio code, make them
select it rather than build it unconditionally"
* tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux:
fs: build the legacy direct I/O code conditionally
fs: move sb_init_dio_done_wq out of direct-io.c
Diffstat (limited to 'fs/fat')
-rw-r--r-- | fs/fat/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig index 238cc55f84c4..afe83b4e7172 100644 --- a/fs/fat/Kconfig +++ b/fs/fat/Kconfig @@ -2,6 +2,7 @@ config FAT_FS tristate select NLS + select LEGACY_DIRECT_IO help If you want to use one of the FAT-based file systems (the MS-DOS and VFAT (Windows 95) file systems), then you must say Y or M here |