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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,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 EA43CC433E1 for ; Sun, 16 Aug 2020 15:35:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C740E206C0 for ; Sun, 16 Aug 2020 15:35:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726511AbgHPPfw (ORCPT ); Sun, 16 Aug 2020 11:35:52 -0400 Received: from out20-75.mail.aliyun.com ([115.124.20.75]:58134 "EHLO out20-75.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726407AbgHPPfw (ORCPT ); Sun, 16 Aug 2020 11:35:52 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.21547|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_enroll_verification|0.0160227-0.00309564-0.980882;FP=0|0|0|0|0|-1|-1|-1;HT=e01l04362;MF=guan@eryu.me;NM=1;PH=DS;RN=5;RT=5;SR=0;TI=SMTPD_---.IIZotgj_1597592147; Received: from localhost(mailfrom:guan@eryu.me fp:SMTPD_---.IIZotgj_1597592147) by smtp.aliyun-inc.com(10.147.40.26); Sun, 16 Aug 2020 23:35:48 +0800 Date: Sun, 16 Aug 2020 23:35:47 +0800 From: Eryu Guan To: Marcos Paulo de Souza Cc: dsterba@suse.com, linux-btrfs@vger.kernel.org, fstests@vger.kernel.org, Marcos Paulo de Souza Subject: Re: [PATCH] fstests: btrfs/218 check if mount opts are applied Message-ID: <20200816153547.GN2557159@desktop> References: <20200804205648.11284-1-marcos@mpdesouza.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804205648.11284-1-marcos@mpdesouza.com> Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Tue, Aug 04, 2020 at 05:56:48PM -0300, Marcos Paulo de Souza wrote: > From: Marcos Paulo de Souza > > This new test will apply different mount points and check if they were applied > by reading /proc/self/mounts. Almost all available btrfs options are tested > here, leaving only device=, which is tested in btrfs/125 and space_cache, tested > in btrfs/131. > > This test does not apply any workload after the fs is mounted, just checks is > the option was set/unset correctly. > > Signed-off-by: Marcos Paulo de Souza Test looks thorough, thanks! But I'd like other btrfs folks take a look as well, as there're many btrfs-specific mount options that I'm not familiar with. Thanks! Eryu