mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02: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:
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user