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 401BEC76188 for ; Wed, 5 Apr 2023 16:20:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233438AbjDEQUe (ORCPT ); Wed, 5 Apr 2023 12:20:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231995AbjDEQU0 (ORCPT ); Wed, 5 Apr 2023 12:20:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DED772BB for ; Wed, 5 Apr 2023 09:20:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 375CC63F9F for ; Wed, 5 Apr 2023 16:20:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9905DC4339C; Wed, 5 Apr 2023 16:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680711619; bh=ThyosfilBVVjyHk4WXighduYLbTynjL9s58cnCVHZVM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aJxoVoYNYyjmabttpuVoKnHjZJnLOT+c4qNTPL9xUw7d3Te7eCdz2Jk+ffek9nnyj zppWZ8q28i0qFeNwPZx4HqODtv9Id/8xng7fm1QJdc6tDLLUGMvbR5mdYliOm30ldw DsuuXZImfhbznFjtuVdXljBn7oOrmhLD4wRh+80Bz5NHItnDnL6juOPCOhYVhWc9TJ XjFmF4QIJUoY1fugdlJ+QVE0BN68W+3F2jjieae1XINEUfxQZGJmjxO7uA0PbV4luf Yfo9H14B/yXZ8gQDRccygjqfOyBjAAxu1lvPfYhxqpzENJW26CfGo3Qy+qEbWQ9v3F +nl2AmhrvszaQ== 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 798E4C41670; Wed, 5 Apr 2023 16:20:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [RESEND] f2fs: set default compress option only when sb_has_compression From: patchwork-bot+f2fs@kernel.org Message-Id: <168071161948.13885.219294727113368599.git-patchwork-notify@kernel.org> Date: Wed, 05 Apr 2023 16:20:19 +0000 References: <20230330165648.33907-1-frank.li@vivo.com> In-Reply-To: <20230330165648.33907-1-frank.li@vivo.com> To: Yangtao Li Cc: jaegeuk@kernel.org, chao@kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@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 Fri, 31 Mar 2023 00:56:48 +0800 you wrote: > If the compress feature is not enabled, there is no need to set > compress-related parameters. > > Signed-off-by: Yangtao Li > --- > fs/f2fs/super.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Here is the summary with links: - [f2fs-dev,RESEND] f2fs: set default compress option only when sb_has_compression https://git.kernel.org/jaegeuk/f2fs/c/338abb312bb2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html