Fix broken procfs backport (rhbz 782961)
This commit is contained in:
parent
d4d7cd7818
commit
57fc038a5e
3 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
+}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue