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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 6660db898c41..f3e108314c93 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2084,9 +2084,9 @@ extern int __filemap_fdatawrite_range(struct address_space *mapping,
2084extern int filemap_fdatawrite_range(struct address_space *mapping, 2084extern int filemap_fdatawrite_range(struct address_space *mapping,
2085 loff_t start, loff_t end); 2085 loff_t start, loff_t end);
2086 2086
2087extern int vfs_fsync_range(struct file *file, struct dentry *dentry, 2087extern int vfs_fsync_range(struct file *file, loff_t start, loff_t end,
2088 loff_t start, loff_t end, int datasync); 2088 int datasync);
2089extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); 2089extern int vfs_fsync(struct file *file, int datasync);
2090extern int generic_write_sync(struct file *file, loff_t pos, loff_t count); 2090extern int generic_write_sync(struct file *file, loff_t pos, loff_t count);
2091extern void sync_supers(void); 2091extern void sync_supers(void);
2092extern void emergency_sync(void); 2092extern void emergency_sync(void);