aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 6c1be3a4edea..e2c7f5167662 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2098,7 +2098,10 @@ extern int __filemap_fdatawrite_range(struct address_space *mapping,
2098extern int filemap_fdatawrite_range(struct address_space *mapping, 2098extern int filemap_fdatawrite_range(struct address_space *mapping,
2099 loff_t start, loff_t end); 2099 loff_t start, loff_t end);
2100 2100
2101extern int vfs_fsync_range(struct file *file, struct dentry *dentry,
2102 loff_t start, loff_t end, int datasync);
2101extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); 2103extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync);
2104extern int generic_write_sync(struct file *file, loff_t pos, loff_t count);
2102extern void sync_supers(void); 2105extern void sync_supers(void);
2103extern void emergency_sync(void); 2106extern void emergency_sync(void);
2104extern void emergency_remount(void); 2107extern void emergency_remount(void);