From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18BA1C432C0 for ; Tue, 26 Nov 2019 14:20:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC0592071A for ; Tue, 26 Nov 2019 14:20:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727900AbfKZOUq (ORCPT ); Tue, 26 Nov 2019 09:20:46 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:46896 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727807AbfKZOUq (ORCPT ); Tue, 26 Nov 2019 09:20:46 -0500 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 2BF5FE7323DC23217EC1; Tue, 26 Nov 2019 22:20:42 +0800 (CST) Received: from [127.0.0.1] (10.173.220.145) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.439.0; Tue, 26 Nov 2019 22:20:35 +0800 Subject: Re: [PATCH v2] posix_acl: fix memleak when set posix acl. To: Gao Xiang CC: , References: <20191126133809.2082-1-zhangxiaoxu5@huawei.com> <20191126140138.GA228491@architecture4> From: "zhangxiaoxu (A)" Message-ID: <1b6e4ac1-b377-03e7-d7b2-904d00768206@huawei.com> Date: Tue, 26 Nov 2019 22:20:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <20191126140138.GA228491@architecture4> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.173.220.145] X-CFilter-Loop: Reflected Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org please ignore this patch. the problem is exist in centos kernel. ÔÚ 2019/11/26 22:01, Gao Xiang дµÀ: > IMO, variable acl in this function won't be affected, yes? > Am I missing something?