aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 e2170ee21e18..9ad9eac9eb0c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1827,7 +1827,7 @@ extern int __filemap_fdatawrite_range(struct address_space *mapping,
1827extern int filemap_fdatawrite_range(struct address_space *mapping, 1827extern int filemap_fdatawrite_range(struct address_space *mapping,
1828 loff_t start, loff_t end); 1828 loff_t start, loff_t end);
1829 1829
1830extern long do_fsync(struct file *file, int datasync); 1830extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync);
1831extern void sync_supers(void); 1831extern void sync_supers(void);
1832extern void sync_filesystems(int wait); 1832extern void sync_filesystems(int wait);
1833extern void __fsync_super(struct super_block *sb); 1833extern void __fsync_super(struct super_block *sb);