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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f2a3010140e3..8b916ce92e73 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1830,7 +1830,7 @@ extern int __filemap_fdatawrite_range(struct address_space *mapping,
1830extern int filemap_fdatawrite_range(struct address_space *mapping, 1830extern int filemap_fdatawrite_range(struct address_space *mapping,
1831 loff_t start, loff_t end); 1831 loff_t start, loff_t end);
1832 1832
1833extern long do_fsync(struct file *file, int datasync); 1833extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync);
1834extern void sync_supers(void); 1834extern void sync_supers(void);
1835extern void sync_filesystems(int wait); 1835extern void sync_filesystems(int wait);
1836extern void __fsync_super(struct super_block *sb); 1836extern void __fsync_super(struct super_block *sb);