Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297473
b: refs/heads/master
c: 3af7061
h: refs/heads/master
i:
  297471: f7adfc7
v: v3
  • Loading branch information
Dan Carpenter authored and J. Bruce Fields committed Mar 28, 2012
1 parent 759098b commit a45fb7f
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: 92769108f5382a0bdb4c35eb80c183fb7797cfae
refs/heads/master: 3af706135bcc06b1519ba50beaf1b47d32d0fc26
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ numeric_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namel
/* Just to make sure it's null-terminated: */
memcpy(buf, name, namelen);
buf[namelen] = '\0';
ret = strict_strtoul(name, 10, (unsigned long *)id);
ret = kstrtouint(name, 10, id);
return ret == 0;
}

Expand Down

0 comments on commit a45fb7f

Please sign in to comment.