diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 6 |
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, | |||
2084 | extern int filemap_fdatawrite_range(struct address_space *mapping, | 2084 | extern int filemap_fdatawrite_range(struct address_space *mapping, |
2085 | loff_t start, loff_t end); | 2085 | loff_t start, loff_t end); |
2086 | 2086 | ||
2087 | extern int vfs_fsync_range(struct file *file, struct dentry *dentry, | 2087 | extern 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); |
2089 | extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); | 2089 | extern int vfs_fsync(struct file *file, int datasync); |
2090 | extern int generic_write_sync(struct file *file, loff_t pos, loff_t count); | 2090 | extern int generic_write_sync(struct file *file, loff_t pos, loff_t count); |
2091 | extern void sync_supers(void); | 2091 | extern void sync_supers(void); |
2092 | extern void emergency_sync(void); | 2092 | extern void emergency_sync(void); |