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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 85EA2C2B9F4 for ; Tue, 22 Jun 2021 08:04:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FAF2610C7 for ; Tue, 22 Jun 2021 08:04:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230123AbhFVIGx (ORCPT ); Tue, 22 Jun 2021 04:06:53 -0400 Received: from verein.lst.de ([213.95.11.211]:45561 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230206AbhFVIGv (ORCPT ); Tue, 22 Jun 2021 04:06:51 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id B8C4E67373; Tue, 22 Jun 2021 10:04:33 +0200 (CEST) Date: Tue, 22 Jun 2021 10:04:32 +0200 From: Christoph Hellwig To: Chung-Chiang Cheng Cc: Christoph Hellwig , jlbec@evilplan.org, Pantelis Antoniou , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Chung-Chiang Cheng Subject: Re: [PATCH] configfs: fix memleak in configfs_release_bin_file Message-ID: <20210622080432.GA2232@lst.de> References: <20210618075925.803052-1-cccheng@synology.com> <20210622060419.GA29360@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Thanks. I'v split this into one to move the vfree attribute to you and a cleanup on top and applied the result to the configfs tree: http://git.infradead.org/users/hch/configfs.git/shortlog/refs/heads/for-next