diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 36bcff7036ef..41a9907f342e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2078,7 +2078,6 @@ extern int filemap_fdatawrite_range(struct address_space *mapping, | |||
2078 | extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); | 2078 | extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); |
2079 | extern void sync_supers(void); | 2079 | extern void sync_supers(void); |
2080 | extern void sync_filesystems(int wait); | 2080 | extern void sync_filesystems(int wait); |
2081 | extern void __fsync_super(struct super_block *sb); | ||
2082 | extern void emergency_sync(void); | 2081 | extern void emergency_sync(void); |
2083 | extern void emergency_remount(void); | 2082 | extern void emergency_remount(void); |
2084 | extern int do_remount_sb(struct super_block *sb, int flags, | 2083 | extern int do_remount_sb(struct super_block *sb, int flags, |