summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index dd288148a6b1..6f2536a3a916 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2507,6 +2507,7 @@ extern int __filemap_fdatawrite_range(struct address_space *mapping,
2507 loff_t start, loff_t end, int sync_mode); 2507 loff_t start, loff_t end, int sync_mode);
2508extern int filemap_fdatawrite_range(struct address_space *mapping, 2508extern int filemap_fdatawrite_range(struct address_space *mapping,
2509 loff_t start, loff_t end); 2509 loff_t start, loff_t end);
2510extern int filemap_check_errors(struct address_space *mapping);
2510 2511
2511extern int vfs_fsync_range(struct file *file, loff_t start, loff_t end, 2512extern int vfs_fsync_range(struct file *file, loff_t start, loff_t end,
2512 int datasync); 2513 int datasync);