Fix broken procfs backport (rhbz 782961)

This commit is contained in:
Josh Boyer 2012-01-18 20:00:25 -05:00
commit 57fc038a5e
3 changed files with 7 additions and 4 deletions

View file

@ -50,7 +50,7 @@ index 51a1766..27c762f 100644
init_once);
}
+static int proc_show_options(struct seq_file *seq, struct dentry *root)
+static int proc_show_options(struct seq_file *seq, struct vfsmount *vfs)
+{
+ return 0;
+}