diff --git a/[refs] b/[refs] index 83ea5c3cb44a..ede34982af39 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a569c711f63995ad80c23918525111e0cdb0bc73 +refs/heads/master: 58ec42b061bf5dad8fa0370a19966cfd96eaf80c diff --git a/trunk/fs/ncpfs/dir.c b/trunk/fs/ncpfs/dir.c index 011ef0b6d2d4..07e9715b8658 100644 --- a/trunk/fs/ncpfs/dir.c +++ b/trunk/fs/ncpfs/dir.c @@ -266,7 +266,7 @@ leave_me:; static int -__ncp_lookup_validate(struct dentry * dentry, struct nameidata *nd) +__ncp_lookup_validate(struct dentry *dentry) { struct ncp_server *server; struct dentry *parent; @@ -340,7 +340,7 @@ ncp_lookup_validate(struct dentry * dentry, struct nameidata *nd) { int res; lock_kernel(); - res = __ncp_lookup_validate(dentry, nd); + res = __ncp_lookup_validate(dentry); unlock_kernel(); return res; }