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 8F205C4167B for ; Thu, 30 Nov 2023 18:30:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346742AbjK3Sac (ORCPT ); Thu, 30 Nov 2023 13:30:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232231AbjK3SaX (ORCPT ); Thu, 30 Nov 2023 13:30:23 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F18A10E6 for ; Thu, 30 Nov 2023 10:30:29 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id EA4F4C43395; Thu, 30 Nov 2023 18:30:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701369029; bh=7EwKEblPzCXv6jUK/RHT67PlnQI6fT/hklcZDkI84Qw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=sPNkfQtGYm8ixzOJiq4KIQEnN1ywTZYSHEGg5ygm6lRcCqmG2vUkGLGQzJvS6qY3I zbVZi5N/BQh5nDleB671Y8MqlkGSWoCNwNIsL5pap2UIVgzwfnm90BiJybOiZSdrzt fbMOBG9DvKYNCjuXapnZL2NLaHMMum4YRA2hP6RkHrYMXBKmlfPUrt4xbMyA98J0o5 CLNy97nw1R8e6Y1NKsyAGGYLMG1THxPi7WrxpxHkGqN6+jGh0S7mTcNBn2o4lUXQ58 y9pEgCIzM2VsuwAMujAzRj0IG4udlsfgY7nHHxWAvdk7ga2SbZ70BzRp5LH7L31WEl a0gPHPYrk6fdQ== 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 BBD64C691E1; Thu, 30 Nov 2023 18:30:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: skip adding a discard command if exists From: patchwork-bot+f2fs@kernel.org Message-Id: <170136902876.21709.2888041762449260245.git-patchwork-notify@kernel.org> Date: Thu, 30 Nov 2023 18:30:28 +0000 References: <20231114212414.3498074-1-jaegeuk@kernel.org> In-Reply-To: <20231114212414.3498074-1-jaegeuk@kernel.org> To: Jaegeuk Kim Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net 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 Tue, 14 Nov 2023 13:24:14 -0800 you wrote: > When recovering zoned UFS, sometimes we add the same zone to discard multiple > times. Simple workaround is to bypass adding it. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/segment.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev] f2fs: skip adding a discard command if exists https://git.kernel.org/jaegeuk/f2fs/c/bbd3efed3383 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html