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>
Šī revīzija ir iekļauta:
@@ -126,7 +126,7 @@ static const char *kernfs_iop_follow_link(struct dentry *dentry, void **cookie)
|
||||
return *cookie = (char *)page;
|
||||
}
|
||||
|
||||
static void kernfs_iop_put_link(struct dentry *dentry, void *cookie)
|
||||
static void kernfs_iop_put_link(struct inode *unused, void *cookie)
|
||||
{
|
||||
free_page((unsigned long)cookie);
|
||||
}
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user