From c934d6818c5690edbb260bb991c8066950dc756e Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 23 Jul 2008 14:45:55 -0400 Subject: [PATCH] --- yaml --- r: 106378 b: refs/heads/master c: 58ec42b061bf5dad8fa0370a19966cfd96eaf80c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ncpfs/dir.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }