Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334037
b: refs/heads/master
c: 95c7a20
h: refs/heads/master
i:
  334035: 0a18cb6
v: v3
  • Loading branch information
J. Bruce Fields committed Aug 20, 2012
1 parent b5942b4 commit 7530818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 87f26f9b087643d2e28a5dfbec2e03ac09422fc4
refs/heads/master: 95c7a20aeb3a6425673b673417b29f427739f7e7
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs3proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ nfsd3_proc_create(struct svc_rqst *rqstp, struct nfsd3_createargs *argp,
/* Now create the file and set attributes */
nfserr = do_nfsd_create(rqstp, dirfhp, argp->name, argp->len,
attr, newfhp,
argp->createmode, argp->verf, NULL, NULL);
argp->createmode, (u32 *)argp->verf, NULL, NULL);

RETURN_STATUS(nfserr);
}
Expand Down

0 comments on commit 7530818

Please sign in to comment.