diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-02-21 01:10:36 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-02-21 01:10:36 +0300 |
commit | 553637f73c314c742243b8dc5ef072e9dadbe581 (patch) | |
tree | 1c94c2f76775871b23a807f836c395751bede619 /fs/ocfs2 | |
parent | c1ef5003079531b5aae12467a350379496752334 (diff) | |
parent | 9636e650e16f6b01f0044f7662074958c23e4707 (diff) | |
download | linux-553637f73c314c742243b8dc5ef072e9dadbe581.tar.xz |
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/ocfs2')
-rw-r--r-- | fs/ocfs2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig index 5d11380d8724..304d12186ccd 100644 --- a/fs/ocfs2/Kconfig +++ b/fs/ocfs2/Kconfig @@ -7,6 +7,7 @@ config OCFS2_FS select QUOTA select QUOTA_TREE select FS_POSIX_ACL + select LEGACY_DIRECT_IO help OCFS2 is a general purpose extent based shared disk cluster file system with many similarities to ext3. It supports 64 bit inode |