diff --git a/[refs] b/[refs] index df58a98ccc2b..be91710b55c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 423e0ab086ad8b33626e45fa94ac7613146b7ffa +refs/heads/master: c0d960f038bdfe0fa73c9f698ba836ed20b672c9 diff --git a/trunk/fs/ocfs2/acl.c b/trunk/fs/ocfs2/acl.c index 1cee970eb55a..f4cf451ce6e8 100644 --- a/trunk/fs/ocfs2/acl.c +++ b/trunk/fs/ocfs2/acl.c @@ -409,6 +409,7 @@ int ocfs2_init_acl(handle_t *handle, if (ret2) { mlog_errno(ret2); ret = ret2; + posix_acl_release(clone); goto cleanup; } if (ret > 0) {