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=-4.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 8FAB1C2BABC for ; Tue, 7 Apr 2020 05:10:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5DDD7206F7 for ; Tue, 7 Apr 2020 05:10:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586236247; bh=LrP4qK/nKXJou4CrEHzskTPTyVibkrMcNhchAtVAB8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=qzAP/vCOOBKUvNC8NJCEXqE5wFT3gfJEf/LwAha9K6yPDM5ZF9UdDpA8ZdZR+rMHO /s2OlWw1m9iMxDmaYvs+ibLN+iLj2dYBT6dzhwzN7XhaVxB/u616BB+g1JsybzR5GU QQwIt2v2oGLn9LohBR3ZzFIpSZ4K/gEpJoxLXBIE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726736AbgDGFKq (ORCPT ); Tue, 7 Apr 2020 01:10:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:49952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726399AbgDGFKq (ORCPT ); Tue, 7 Apr 2020 01:10:46 -0400 Received: from sol.localdomain (c-107-3-166-239.hsd1.ca.comcast.net [107.3.166.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F3F1C206F7; Tue, 7 Apr 2020 05:10:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586236246; bh=LrP4qK/nKXJou4CrEHzskTPTyVibkrMcNhchAtVAB8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T8MCAp4TEd0MlYgVplDrrq+E/pcMFFb8u2O54OnF0gqVxEsIqQ2FdXSX89ipHlGqL RtyvWJVYkaP4vSH44kth8LGTjxwXY1lTANUaNZN0tlX7SpGYGcs0j5czUQZe6nyxUe zuXYuRINreX7ufgKcMYfgkTo+VEtdMAyzIN17Jvc= Date: Mon, 6 Apr 2020 22:10:44 -0700 From: Eric Biggers To: Andreas Dilger Cc: linux-ext4@vger.kernel.org, linux-fscrypt@vger.kernel.org Subject: Re: [PATCH 4/4] tune2fs.8: document the stable_inodes feature Message-ID: <20200407051044.GB102437@sol.localdomain> References: <20200401203239.163679-1-ebiggers@kernel.org> <20200401203239.163679-5-ebiggers@kernel.org> <0AB7921E-98F6-430C-87BB-63D1330885CE@dilger.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0AB7921E-98F6-430C-87BB-63D1330885CE@dilger.ca> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Apr 01, 2020 at 08:12:14PM -0600, Andreas Dilger wrote: > On Apr 1, 2020, at 2:32 PM, Eric Biggers wrote: > > > > From: Eric Biggers > > > > Signed-off-by: Eric Biggers > > IMHO, it would be better if the updates to the man pages were in the same > patch as the patch to misc/tune2fs.c. > > That said, it's better than *not* getting an update to the man page, so: > > Reviewed-by: Andreas Dilger > Well, I should have included a man page update when adding '-O stable_inodes' originally several months ago. But now it's just being updated, and it makes more sense to have separate patches for fixes and new documentation. - Eric