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 17C74C28D13 for ; Mon, 22 Aug 2022 06:26:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233072AbiHVG0P convert rfc822-to-8bit (ORCPT ); Mon, 22 Aug 2022 02:26:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233041AbiHVG0I (ORCPT ); Mon, 22 Aug 2022 02:26:08 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B99627B28 for ; Sun, 21 Aug 2022 23:26:03 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 4C878615CC8A; Mon, 22 Aug 2022 08:26:01 +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 7T8jxlXV35al; Mon, 22 Aug 2022 08:25:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id A4DF4615CCB6; Mon, 22 Aug 2022 08:25:59 +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 BcGappGnTvLl; Mon, 22 Aug 2022 08:25:59 +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 79C83615CC8A; Mon, 22 Aug 2022 08:25:59 +0200 (CEST) Date: Mon, 22 Aug 2022 08:25:59 +0200 (CEST) From: Richard Weinberger To: Joakim Tjernlund Cc: Yifei Liu , ezk@cs.stonybrook.edu, madkar@cs.stonybrook.edu, David Woodhouse , Matthew Wilcox , Kyeong Yoo , linux-mtd , linux-kernel Message-ID: <513220739.132330.1661149559308.JavaMail.zimbra@nod.at> In-Reply-To: References: <20220803155315.2073584-1-yifeliu@cs.stonybrook.edu> Subject: Re: [PATCH] jffs2: correct logic when creating a hole in jffs2_write_begin 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: correct logic when creating a hole in jffs2_write_begin Thread-Index: AQHYp1GL3Ep6t2pZ9Uewp2J/7maioa25xpiVmVIRMXc= Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Joakim Tjernlund" > An: "Yifei Liu" > CC: ezk@cs.stonybrook.edu, madkar@cs.stonybrook.edu, "David Woodhouse" , "richard" > , "Matthew Wilcox" , "Kyeong Yoo" , "linux-mtd" > , "linux-kernel" > Gesendet: Sonntag, 21. August 2022 20:21:04 > Betreff: Re: [PATCH] jffs2: correct logic when creating a hole in jffs2_write_begin > What happened with this patch? Looks like a important fix but I don't see it > applied ? It will be part of the next fixes PR after I had a chance to review it. Thanks, //richard