posix_acl: fix reference leaks in posix_acl_create
authorOmar Sandoval <osandov@osandov.com>
Mon, 9 Feb 2015 05:45:25 +0000 (21:45 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 Feb 2015 09:56:45 +0000 (04:56 -0500)
get_acl gets a reference which we must release in the error cases.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Omar Sandoval <osandov@osandov.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/posix_acl.c

diff --cc fs/posix_acl.c
Simple merge