From ae196ef27bba80d5447d5813706582e4234d331c Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Fri, 29 Aug 2008 19:18:45 -0400 Subject: [PATCH] --- yaml --- r: 109376 b: refs/heads/master c: 91b80969ba466ba4b915a4a1d03add8c297add3f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4acl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 58d6808f3f13..eecc213111a5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27df6f25ff218072e0e879a96beeb398a79cdbc8 +refs/heads/master: 91b80969ba466ba4b915a4a1d03add8c297add3f diff --git a/trunk/fs/nfsd/nfs4acl.c b/trunk/fs/nfsd/nfs4acl.c index b6ed38380ab8..54b8b4140c8f 100644 --- a/trunk/fs/nfsd/nfs4acl.c +++ b/trunk/fs/nfsd/nfs4acl.c @@ -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;