From 57fc038a5eefa58ea958af5d7ce4be0c21bdb3fb Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 18 Jan 2012 20:00:25 -0500 Subject: Fix broken procfs backport (rhbz 782961) --- procfs-parse-mount-options.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procfs-parse-mount-options.patch') 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; +} -- cgit