Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106378
b: refs/heads/master
c: 58ec42b
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 27, 2008
1 parent a300902 commit c934d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a569c711f63995ad80c23918525111e0cdb0bc73
refs/heads/master: 58ec42b061bf5dad8fa0370a19966cfd96eaf80c
4 changes: 2 additions & 2 deletions trunk/fs/ncpfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit c934d68

Please sign in to comment.