vfs: Rename fsync_super() to sync_filesystem() (version 4)
[firefly-linux-kernel-4.4.55.git] / include / linux / fs.h
index d3f7159993cf79be471a0de96f9d71141f5e9ccb..fb1822bed7c85d5b075daf9b78f01dbb5b8757ef 100644 (file)
@@ -1958,7 +1958,7 @@ static inline int thaw_bdev(struct block_device *bdev, struct super_block *sb)
        return 0;
 }
 #endif
-extern int fsync_super(struct super_block *);
+extern int sync_filesystem(struct super_block *);
 extern const struct file_operations def_blk_fops;
 extern const struct file_operations def_chr_fops;
 extern const struct file_operations bad_sock_fops;