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

Configure Feed

Select the types of activity you want to include in your feed.

ntfs: remove noop_direct_IO from address_space_operations

Since commit a2ad63daa88b ("VFS: add FMODE_CAN_ODIRECT file flag"),
noop_direct_io is not required.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>

authored by

Hyunchul Lee and committed by
Namjae Jeon
cf29a21b 0b79de32

-1
-1
fs/ntfs/aops.c
··· 281 281 .read_folio = ntfs_read_folio, 282 282 .readahead = ntfs_readahead, 283 283 .writepages = ntfs_writepages, 284 - .direct_IO = noop_direct_IO, 285 284 .dirty_folio = iomap_dirty_folio, 286 285 .bmap = ntfs_bmap, 287 286 .migrate_folio = filemap_migrate_folio,