Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4487541pxj; Tue, 22 Jun 2021 01:05:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdA4ZcL9zZvap8KRliAGv5R4E6obR3W4xHW+0OtR4HY+K/AtqRFekXaxNeARIA83vBoVEU X-Received: by 2002:a02:838c:: with SMTP id z12mr2733631jag.89.1624349127021; Tue, 22 Jun 2021 01:05:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624349127; cv=none; d=google.com; s=arc-20160816; b=XeZ4S5NkozI8S5vTAmEIzKTyi/b/e8Wb+MfFWTETn6tNQPz97SETqQ6HZ9raeHKGEY mc6pnn+NvWQhqxoeiQ5t86NX1h6+NgbvlGM/HjLcqq87Z1wm6BUYd7A6XRvezDCDuUby cg/7uxgemf9S7tWhmeDTefRhcK4XLKr7oPRAbmN4K1/DQyNO8kj7/1hR9y2QBw+tFzpa ofpUwT9LNIhLkRyw3+A4aJzNuvkECO9IR7MX6CDV8CkS1lKxI70Rj9/CgHxQ9dGIAWzQ 0ekVMympFNR68gmI6tLIIZWmPqQHTCenkZPEV4Jzx6pru0pqquVbdq64RVPqUesRFP2S Wnww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=dss3Ve2nO6Z+xVP6JWOPLPS353FHihnFUSNroFgWPH8=; b=mFcORJ1OecpumCIIaRsEC/qgrOMIza6/gyWOgbRkoKe3ScQOuu5FovPYbtisBI7kfX L9qSfufLsdGxzH5BYXQmLOIQ3I0tykZwdpimCCklFvPDLETHYcismkZIe3NI1ePKJtPZ kLLyW3r5MD4s3WAibIjiKkUXHvS3QAGJ+xvapInF46Ud64PVlyPQ0px6vH4+T507IsGL NIAFtiv2Jz2BlM8PEESENrauqANVlRJ+NyBLdKhIK4D2zq1Kn8gYRkDZzn0O9sxmz583 2ZP1Va+djM4P9UUFOImPwCdzpPAI2em3MxMmOHG7HNNiB6GFWc6zH4Ug6sH3qC1tntEB upug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l8si15770177ilg.90.2021.06.22.01.05.13; Tue, 22 Jun 2021 01:05:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230135AbhFVIGx (ORCPT + 99 others); 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-kernel@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