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 X-Spam-Level: X-Spam-Status: No, score=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64879C2B9F4 for ; Tue, 22 Jun 2021 15:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48A1961361 for ; Tue, 22 Jun 2021 15:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232113AbhFVPMq (ORCPT ); Tue, 22 Jun 2021 11:12:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:36578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231248AbhFVPMd (ORCPT ); Tue, 22 Jun 2021 11:12:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2038B600D3; Tue, 22 Jun 2021 15:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624374617; bh=0HDMdoBlUeZK0tFRZdne+++P8caT6G7FmLWZO2pSOwk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z2m9s7EgcYEWDpWVS1ouYfTMmjU6DGDg0hZYaCO2RVgcVTtwHTVA6qlOrB7xELQus UFIjmvZv2WusXaO5M8UWkUzzCe4M1YQQM/CxXXzr6NYDNj9+zMwuR7uLR7VIPRSyi5 X66RUvg+WlZ+NXyL2yNroZWhfUdUxhs9vQuVUWUO39uSUnx2f3iyFyD5/LqYV+pSnF IkSvHUyJxSKw4HV4TI2Mp0+qKdaQ9uvtd7clCBBBOFM7ebrkGgEBKwmE1QcyQCUi74 gcDg136qUEnhdhhMf4gVLGZ7k+E6xwq8WDioWg6rtKcc7ssAuKYxTooi6QNvkTAvuK LnNz8GzuLGv4A== Date: Tue, 22 Jun 2021 08:10:15 -0700 From: Jaegeuk Kim To: Pavel Machek Cc: Robin Hsu , linux-f2fs-devel@lists.sourceforge.net, chao@kernel.org, linux-kernel@vger.kernel.org, Robin Hsu Subject: Re: [PATCH] sload.f2fs: Reword "IMMUTABLE" in strings/comments Message-ID: References: <20210611073111.947552-1-robinh3123@gmail.com> <20210622133357.GA1003@bug> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210622133357.GA1003@bug> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22, Pavel Machek wrote: > Hi! > > > Since the IMMUTABLE flag for compression is now changed > > to F2FS_COMPRESS_RELEASED, some 'IMMUTABLE' words should be changed too: > > 1. sload help page > > 2. inline comments > > > > Signed-off-by: Robin Hsu > > > @@ -650,7 +651,7 @@ void f2fs_parse_options(int argc, char *argv[]) > > } > > c.compress.min_blocks = val; > > break; > > - case 'r': /* compress file to set IMMUTABLE */ > > + case 'r': /* for setting F2FS_COMOPRESS_RELEASE */ > > Typo. Ah, fixed. Thank you~ > > Best regards, > Pavel > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html