From f36b68fa5dfe824aa97e64de7b4e5eee4ba9f208 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Mon, 21 Mar 2011 20:35:49 +0100 Subject: [PATCH] --- yaml --- r: 242406 b: refs/heads/master c: 51e816564db151f7f08c739ad69b9d1dbd166663 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs_common/nfsacl.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6b45cec9aef9..f06eff9c0a5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4667058b772857069378aa8f417203156e315e82 +refs/heads/master: 51e816564db151f7f08c739ad69b9d1dbd166663 diff --git a/trunk/fs/nfs_common/nfsacl.c b/trunk/fs/nfs_common/nfsacl.c index 84c27d69d421..ec0f277be7f5 100644 --- a/trunk/fs/nfs_common/nfsacl.c +++ b/trunk/fs/nfs_common/nfsacl.c @@ -117,7 +117,6 @@ 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)); posix_acl_init(acl2, 4); /* Insert entries in canonical order: other orders seem