switch ->put_link() from dentry to inode

only one instance looks at that argument at all; that sole
exception wants inode rather than dentry.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2015-05-07 11:14:26 -04:00
parent bda0be7ad9
commit 5f2c4179e1
15 changed files with 27 additions and 26 deletions

View File

@@ -402,7 +402,7 @@ static const char *proc_follow_link(struct dentry *dentry, void **cookie)
return pde->data;
}
static void proc_put_link(struct dentry *dentry, void *p)
static void proc_put_link(struct inode *unused, void *p)
{
unuse_pde(p);
}