don't pass nameidata to ->follow_link()
[deliverable/linux.git] / fs / configfs / symlink.c
index fac8e8517f3345a5b6431cb1a4d398fbf73eca3b..0ace756490090ef2ea12400125d0fa6ec358954a 100644 (file)
@@ -279,7 +279,7 @@ static int configfs_getlink(struct dentry *dentry, char * path)
 
 }
 
-static const char *configfs_follow_link(struct dentry *dentry, void **cookie, struct nameidata *nd)
+static const char *configfs_follow_link(struct dentry *dentry, void **cookie)
 {
        unsigned long page = get_zeroed_page(GFP_KERNEL);
        int error;
This page took 0.023591 seconds and 5 git commands to generate.