OSDN Git Service

don't pass nameidata to ->follow_link()
[uclinux-h8/linux.git] / fs / nfs / symlink.c
index c992b20..b6de433 100644 (file)
@@ -42,7 +42,7 @@ error:
        return -EIO;
 }
 
-static const char *nfs_follow_link(struct dentry *dentry, void **cookie, struct nameidata *nd)
+static const char *nfs_follow_link(struct dentry *dentry, void **cookie)
 {
        struct inode *inode = d_inode(dentry);
        struct page *page;