]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/proc/base.c
new ->follow_link() and ->put_link() calling conventions
[mirror_ubuntu-artful-kernel.git] / fs / proc / base.c
index 093ca14f570154f5de1cc6db10c7995e1b7cba02..52652f86b187f7fb50682e87a9ad238206777c1b 100644 (file)
@@ -1380,7 +1380,7 @@ static int proc_exe_link(struct dentry *dentry, struct path *exe_path)
                return -ENOENT;
 }
 
-static void *proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd)
+static const char *proc_pid_follow_link(struct dentry *dentry, void **cookie, struct nameidata *nd)
 {
        struct inode *inode = d_inode(dentry);
        struct path path;