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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 666CCC433EF for ; Mon, 23 May 2022 20:36:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230245AbiEWUgw convert rfc822-to-8bit (ORCPT ); Mon, 23 May 2022 16:36:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229555AbiEWUgr (ORCPT ); Mon, 23 May 2022 16:36:47 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D73BFD3F for ; Mon, 23 May 2022 13:36:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id EEAF8608110A; Mon, 23 May 2022 22:36:40 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id zyipqiJcGFwc; Mon, 23 May 2022 22:36:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 6CBA26081119; Mon, 23 May 2022 22:36:40 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 00yZaR6kcrDe; Mon, 23 May 2022 22:36:40 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 4CE06608110A; Mon, 23 May 2022 22:36:40 +0200 (CEST) Date: Mon, 23 May 2022 22:36:40 +0200 (CEST) From: Richard Weinberger To: libaokun Cc: David Woodhouse , linux-mtd , linux-kernel , yukuai3 Message-ID: <1917663619.89751.1653338200219.JavaMail.zimbra@nod.at> In-Reply-To: References: <20220412093816.2280678-1-libaokun1@huawei.com> Subject: Re: [PATCH -next] jffs2: fix memory leak in jffs2_do_fill_super MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: jffs2: fix memory leak in jffs2_do_fill_super Thread-Index: VWz2X8e4SAV95IUGqJG18OwMjo62Kw== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "libaokun" > An: "richard" , "David Woodhouse" , "linux-mtd" , > "linux-kernel" > CC: "yukuai3" , "libaokun" > Gesendet: Montag, 23. Mai 2022 08:00:21 > Betreff: Re: [PATCH -next] jffs2: fix memory leak in jffs2_do_fill_super > ping Thanks for your time. You patch will be part of the upcoming merge window. I'm preparing right now my queue. Thanks, //richard