aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 5adf32b90f36..972435d4df5c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -350,7 +350,7 @@ struct writeback_control;
350struct address_space_operations { 350struct address_space_operations {
351 int (*writepage)(struct page *page, struct writeback_control *wbc); 351 int (*writepage)(struct page *page, struct writeback_control *wbc);
352 int (*readpage)(struct file *, struct page *); 352 int (*readpage)(struct file *, struct page *);
353 int (*sync_page)(struct page *); 353 void (*sync_page)(struct page *);
354 354
355 /* Write back some dirty pages from this mapping. */ 355 /* Write back some dirty pages from this mapping. */
356 int (*writepages)(struct address_space *, struct writeback_control *); 356 int (*writepages)(struct address_space *, struct writeback_control *);