Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51e81656 authored by Jesper Juhl's avatar Jesper Juhl Committed by Trond Myklebust
Browse files

Remove pointless memset in nfsacl_encode()



Remove pointless memset() in nfsacl_encode().

Thanks to Trond Myklebust <Trond.Myklebust@netapp.com> for pointing out
that it is not needed since posix_acl_init() will set everything
regardless..

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 4667058b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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