mbox series

[GIT,PULL,for-6.3] Make building the legacy dio code conditional

Message ID 754b3cc0-c420-3257-9569-833c42f93808@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for-6.3] Make building the legacy dio code conditional | expand

Pull-request

git://git.kernel.dk/linux.git tags/for-6.3/dio-2023-02-16

Message

Jens Axboe Feb. 17, 2023, 2:54 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2023, 11 p.m. UTC | #1
The pull request you sent on Thu, 16 Feb 2023 19:54:10 -0700:

> git://git.kernel.dk/linux.git tags/for-6.3/dio-2023-02-16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/553637f73c314c742243b8dc5ef072e9dadbe581

Thank you!