]> Git Repo - linux.git/blobdiff - fs/xfs/xfs_iops.c
don't pass nameidata to ->follow_link()
[linux.git] / fs / xfs / xfs_iops.c
index 26c4dcb1ef56e0a1b131a6141aa43709091606b4..7f51f39f8acc0a2fd407a7be57c1477439213a0f 100644 (file)
@@ -416,8 +416,7 @@ xfs_vn_rename(
 STATIC const char *
 xfs_vn_follow_link(
        struct dentry           *dentry,
-       void                    **cookie,
-       struct nameidata        *nd)
+       void                    **cookie)
 {
        char                    *link;
        int                     error = -ENOMEM;
This page took 0.030215 seconds and 4 git commands to generate.