From: J. Bruce Fields Date: Thu, 15 May 2014 01:57:26 +0000 (-0400) Subject: nfsd4: fix corruption on setting an ACL. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~143^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5513a510fad73594e29e1e48e760e0a644a8a4f3;p=pandora-kernel.git nfsd4: fix corruption on setting an ACL. As of 06f9cc12caa862f5bc86ebdb4f77568a4bef0167 "nfsd4: don't create unnecessary mask acl", any non-trivial ACL will be left with an unitialized entry, and a trivial ACL may write one entry beyond what's allocated. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed