Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109376
b: refs/heads/master
c: 91b8096
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Sep 1, 2008
1 parent ceef95a commit ae196ef
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: 27df6f25ff218072e0e879a96beeb398a79cdbc8
refs/heads/master: 91b80969ba466ba4b915a4a1d03add8c297add3f
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ init_state(struct posix_acl_state *state, int cnt)
* enough space for either:
*/
alloc = sizeof(struct posix_ace_state_array)
+ cnt*sizeof(struct posix_ace_state);
+ cnt*sizeof(struct posix_user_ace_state);
state->users = kzalloc(alloc, GFP_KERNEL);
if (!state->users)
return -ENOMEM;
Expand Down

0 comments on commit ae196ef

Please sign in to comment.