diff mbox

Fix size argument to memset call in nfsacl_encode

Message ID alpine.LNX.2.00.1102032012540.15101@swampdragon.chaosbits.net (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Jesper Juhl Feb. 3, 2011, 7:15 p.m. UTC
None
diff mbox

Patch

diff --git a/fs/nfs_common/nfsacl.c b/fs/nfs_common/nfsacl.c
index 84c27d6..bc6d81b 100644
--- a/fs/nfs_common/nfsacl.c
+++ b/fs/nfs_common/nfsacl.c
@@ -117,7 +117,7 @@  int nfsacl_encode(struct xdr_buf *buf, unsigned int base, struct inode *inode,
 		 * invoked in contexts where a memory allocation failure is
 		 * fatal.  Fortunately this fake ACL is small enough to
 		 * construct on the stack. */
-		memset(acl2, 0, sizeof(acl2));
+		memset(acl2, 0, sizeof(*acl2));
 		posix_acl_init(acl2, 4);
 
 		/* Insert entries in canonical order: other orders seem