don't pass nameidata to ->follow_link()
[deliverable/linux.git] / fs / 9p / vfs_inode_dotl.c
index ae062ffa0f1fffc91e1ce2923fa5afecc34b1306..16658ed677c9180bfd27ff3940b10999ba8e75f4 100644 (file)
@@ -910,7 +910,7 @@ error:
  */
 
 static const char *
-v9fs_vfs_follow_link_dotl(struct dentry *dentry, void **cookie, struct nameidata *nd)
+v9fs_vfs_follow_link_dotl(struct dentry *dentry, void **cookie)
 {
        struct p9_fid *fid = v9fs_fid_lookup(dentry);
        char *target;
This page took 0.025223 seconds and 5 git commands to generate.