diff options
Diffstat (limited to 'fs/proc/namespaces.c')
-rw-r--r-- | fs/proc/namespaces.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c index 63861c15e109..1dece8781f91 100644 --- a/fs/proc/namespaces.c +++ b/fs/proc/namespaces.c | |||
@@ -31,7 +31,8 @@ static const struct proc_ns_operations *ns_entries[] = { | |||
31 | }; | 31 | }; |
32 | 32 | ||
33 | static const char *proc_ns_get_link(struct dentry *dentry, | 33 | static const char *proc_ns_get_link(struct dentry *dentry, |
34 | struct inode *inode, void **cookie) | 34 | struct inode *inode, |
35 | struct delayed_call *done) | ||
35 | { | 36 | { |
36 | const struct proc_ns_operations *ns_ops = PROC_I(inode)->ns_ops; | 37 | const struct proc_ns_operations *ns_ops = PROC_I(inode)->ns_ops; |
37 | struct task_struct *task; | 38 | struct task_struct *task; |