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=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 C4024C4338F for ; Wed, 28 Jul 2021 22:19:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A59C56103B for ; Wed, 28 Jul 2021 22:19:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232088AbhG1WTg (ORCPT ); Wed, 28 Jul 2021 18:19:36 -0400 Received: from sandeen.net ([63.231.237.45]:58632 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232200AbhG1WTg (ORCPT ); Wed, 28 Jul 2021 18:19:36 -0400 Received: from liberator.local (204-195-4-157.wavecable.com [204.195.4.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTPSA id CE2011F0D; Wed, 28 Jul 2021 17:18:10 -0500 (CDT) Subject: Re: [PATCH 1/1] xfs_io: allow callers to dump fs stats individually To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org References: <162750699314.45983.15238050911081991698.stgit@magnolia> <162750699859.45983.16505496110971663895.stgit@magnolia> From: Eric Sandeen Message-ID: <729e5e98-f0c9-eaf7-8478-9ad9674817af@sandeen.net> Date: Wed, 28 Jul 2021 15:19:32 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <162750699859.45983.16505496110971663895.stgit@magnolia> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On 7/28/21 2:16 PM, Darrick J. Wong wrote: > From: Darrick J. Wong > > Enable callers to decide if they want to see statfs, fscounts, or > geometry information (or any combination) from the xfs_io statfs > command. > > Signed-off-by: Darrick J. Wong Looks functional this time :P (and thanks for tidying up the other bits like the default behavior etc) Reviewed-by: Eric Sandeen