summaryrefslogtreecommitdiffstats
path: root/procfs-parse-mount-options.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-01-18 20:00:25 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-01-18 20:54:46 -0500
commit57fc038a5eefa58ea958af5d7ce4be0c21bdb3fb (patch)
tree9fdc5f5c42e20d9b044a992ce517b7d9657d0401 /procfs-parse-mount-options.patch
parentd4d7cd7818244e55ad5f1c0ce3d56e6d73a183e7 (diff)
Fix broken procfs backport (rhbz 782961)
Diffstat (limited to 'procfs-parse-mount-options.patch')
-rw-r--r--procfs-parse-mount-options.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs-parse-mount-options.patch b/procfs-parse-mount-options.patch
index 99684c4b..0187a1d4 100644
--- a/procfs-parse-mount-options.patch
+++ b/procfs-parse-mount-options.patch
@@ -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;
+}