diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
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, | |||
1830 | extern int filemap_fdatawrite_range(struct address_space *mapping, | 1830 | extern int filemap_fdatawrite_range(struct address_space *mapping, |
1831 | loff_t start, loff_t end); | 1831 | loff_t start, loff_t end); |
1832 | 1832 | ||
1833 | extern long do_fsync(struct file *file, int datasync); | 1833 | extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); |
1834 | extern void sync_supers(void); | 1834 | extern void sync_supers(void); |
1835 | extern void sync_filesystems(int wait); | 1835 | extern void sync_filesystems(int wait); |
1836 | extern void __fsync_super(struct super_block *sb); | 1836 | extern void __fsync_super(struct super_block *sb); |