Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext2: Remove LEGACY_DIRECT_IO dependency

commit fb5de4358e1a ("ext2: Move direct-io to use iomap"), converted
ext2 direct-io to iomap which killed the call to blockdev_direct_IO().
So let's remove LEGACY_DIRECT_IO config dependency from ext2 Kconfig.

Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <f3303addc0b5cd7e5760beb2374b7e538a49d898.1714727887.git.ritesh.list@gmail.com>

authored by

Ritesh Harjani (IBM) and committed by
Jan Kara
290fa947 91ba8cb1

-1
-1
fs/ext2/Kconfig
··· 3 3 tristate "Second extended fs support (DEPRECATED)" 4 4 select BUFFER_HEAD 5 5 select FS_IOMAP 6 - select LEGACY_DIRECT_IO 7 6 help 8 7 Ext2 is a standard Linux file system for hard disks. 9 8