]> Git Repo - linux.git/blobdiff - fs/kernfs/symlink.c
don't pass nameidata to ->follow_link()
[linux.git] / fs / kernfs / symlink.c
index 3c7e799974a2a1411c3f5fd742e365662b019e88..366c5a17475e5d0a1ecab138ec04e8e6fcfe861d 100644 (file)
@@ -112,7 +112,7 @@ static int kernfs_getlink(struct dentry *dentry, char *path)
        return error;
 }
 
-static const char *kernfs_iop_follow_link(struct dentry *dentry, void **cookie, struct nameidata *nd)
+static const char *kernfs_iop_follow_link(struct dentry *dentry, void **cookie)
 {
        int error = -ENOMEM;
        unsigned long page = get_zeroed_page(GFP_KERNEL);
This page took 0.031283 seconds and 4 git commands to generate.