--- super.c	2016-03-31 13:00:04.000000000 +0200
+++ super_new.c	2017-08-02 18:14:23.616192632 +0200
@@ -37 +37 @@
-static int opera_show_options(struct seq_file *out, struct vfsmount *mnt);
+static int opera_show_options(struct seq_file *out, struct dentry *mnt);
@@ -204 +204 @@
-opera_show_options(struct seq_file *out, struct vfsmount *mnt)
+opera_show_options(struct seq_file *out, struct dentry *mnt)
@@ -206 +206 @@
-	struct super_block *sb = mnt->mnt_sb;
+	struct super_block *sb = mnt->d_sb;
