mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 07:51:31 -04:00
ntfs: remove noop_direct_IO from address_space_operations
Since commit a2ad63daa8 ("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>
This commit is contained in:
committed by
Namjae Jeon
parent
0b79de3299
commit
cf29a21b3d
@@ -281,7 +281,6 @@ const struct address_space_operations ntfs_aops = {
|
||||
.read_folio = ntfs_read_folio,
|
||||
.readahead = ntfs_readahead,
|
||||
.writepages = ntfs_writepages,
|
||||
.direct_IO = noop_direct_IO,
|
||||
.dirty_folio = iomap_dirty_folio,
|
||||
.bmap = ntfs_bmap,
|
||||
.migrate_folio = filemap_migrate_folio,
|
||||
|
||||
Reference in New Issue
Block a user