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 68B65C001E0 for ; Mon, 23 Oct 2023 15:30:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233549AbjJWPay (ORCPT ); Mon, 23 Oct 2023 11:30:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231871AbjJWPa3 (ORCPT ); Mon, 23 Oct 2023 11:30:29 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88F88103; Mon, 23 Oct 2023 08:30:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 541FBC433B6; Mon, 23 Oct 2023 15:30:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698075025; bh=bUtVoh6YaTR2e9kd3iT8lvGM2BLtR/4vtkRIDHJ3FNY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MUkjNIA1zWr4Q1NAuiy992Ih9icgnKqn0745p5V9X6rY25Da24EBUmgohWr4VwPfE zneIrISV9LPC2JBOUwR46yCz4jkX/qX+gtYvKmc6SyfVrl0Yx8tt6O2q6qqJ/riovD Et5w+te/cb5Rr3kyITBZmYFsSz51DI06NGhEA2jIgMrgvpU9rUHUNM/AeGMOmMkqT4 R9rp7cL0AFicWs64L8mMdLPVLxgw3y37hW9iX6zn1MEqMOJIsq5wx82z9tPTdTSe8p dQc9fbyCQ5BnE2d9K5d866Su+wcSnnX+1JrCi2j7ZiPZ8fpOK9Lw6Gawes/MCwtAQU wkmLQg3SAY2mQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 3AB8CE21EC3; Mon, 23 Oct 2023 15:30:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: do not return EFSCORRUPTED, but try to run online repair From: patchwork-bot+f2fs@kernel.org Message-Id: <169807502523.26537.10004934909406083909.git-patchwork-notify@kernel.org> Date: Mon, 23 Oct 2023 15:30:25 +0000 References: <20231019225300.1846362-1-jaegeuk@kernel.org> In-Reply-To: <20231019225300.1846362-1-jaegeuk@kernel.org> To: Jaegeuk Kim Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, stable@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 19 Oct 2023 15:53:00 -0700 you wrote: > If we return the error, there's no way to recover the status as of now, since > fsck does not fix the xattr boundary issue. > > Cc: stable@vger.kernel.org > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/node.c | 4 +++- > fs/f2fs/xattr.c | 20 +++++++++++++------- > 2 files changed, 16 insertions(+), 8 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: do not return EFSCORRUPTED, but try to run online repair https://git.kernel.org/jaegeuk/f2fs/c/50a472bbc79f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html