diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index db181b542db1..ddfff2ecef0b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -385,7 +385,7 @@ struct address_space_operations { | |||
385 | int (*migratepage) (struct address_space *, | 385 | int (*migratepage) (struct address_space *, |
386 | struct page *, struct page *, enum migrate_mode); | 386 | struct page *, struct page *, enum migrate_mode); |
387 | int (*launder_page) (struct page *); | 387 | int (*launder_page) (struct page *); |
388 | int (*is_partially_uptodate) (struct page *, read_descriptor_t *, | 388 | int (*is_partially_uptodate) (struct page *, unsigned long, |
389 | unsigned long); | 389 | unsigned long); |
390 | void (*is_dirty_writeback) (struct page *, bool *, bool *); | 390 | void (*is_dirty_writeback) (struct page *, bool *, bool *); |
391 | int (*error_remove_page)(struct address_space *, struct page *); | 391 | int (*error_remove_page)(struct address_space *, struct page *); |