drm/rockchip: vop: report error when check resource error
[firefly-linux-kernel-4.4.55.git] / fs / internal.h
index 71859c4d0b41b820dfe22bca4d30d8863ad86df7..6387b35a1c0d13b0aa13fafff5d1889bac580038 100644 (file)
@@ -84,9 +84,11 @@ extern struct file *get_empty_filp(void);
  * super.c
  */
 extern int do_remount_sb(struct super_block *, int, void *, int);
+extern int do_remount_sb2(struct vfsmount *, struct super_block *, int,
+                                                               void *, int);
 extern bool trylock_super(struct super_block *sb);
 extern struct dentry *mount_fs(struct file_system_type *,
-                              int, const char *, void *);
+                              int, const char *, struct vfsmount *, void *);
 extern struct super_block *user_get_super(dev_t);
 
 /*