don't pass nameidata to ->follow_link()
[deliverable/linux.git] / drivers / staging / lustre / lustre / llite / symlink.c
index da6d9d17c50dabf4a7e9baa522ba186e022406ad..f3be3bf0f66f0921b6167cb0fe6aef4b05376c3a 100644 (file)
@@ -118,7 +118,7 @@ failed:
        return rc;
 }
 
-static const char *ll_follow_link(struct dentry *dentry, void **cookie, struct nameidata *nd)
+static const char *ll_follow_link(struct dentry *dentry, void **cookie)
 {
        struct inode *inode = d_inode(dentry);
        struct ptlrpc_request *request = NULL;
This page took 0.024982 seconds and 5 git commands to generate.