From: Brian Foster <bfoster@redhat.com>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: guaneryu@gmail.com, linux-xfs@vger.kernel.org,
fstests@vger.kernel.org, guan@eryu.me
Subject: Re: [PATCH 2/2] xfs/010: filter out bad finobt levels complaint
Date: Wed, 28 Apr 2021 13:38:36 -0400 [thread overview]
Message-ID: <YImdnOkvoIjnMPCr@bfoster> (raw)
In-Reply-To: <161958292995.3452247.16052548384852587095.stgit@magnolia>
On Tue, Apr 27, 2021 at 09:08:50PM -0700, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
>
> Since we're adding to xfs_repair the ability to warn about bad finobt
> levels, filter that out.
>
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> ---
Reviewed-by: Brian Foster <bfoster@redhat.com>
> tests/xfs/010 | 1 +
> 1 file changed, 1 insertion(+)
>
>
> diff --git a/tests/xfs/010 b/tests/xfs/010
> index 95cc2555..a9394077 100755
> --- a/tests/xfs/010
> +++ b/tests/xfs/010
> @@ -114,6 +114,7 @@ _corrupt_finobt_root $SCRATCH_DEV
>
> filter_finobt_repair() {
> sed -e '/^agi has bad CRC/d' \
> + -e '/^bad levels/d' \
> -e '/^bad finobt block/d' | \
> _filter_repair_lostblocks
> }
>
prev parent reply other threads:[~2021-04-28 17:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-28 4:08 [PATCHSET 0/2] fstests: test xfsprogs regression fixed in 5.12 Darrick J. Wong
2021-04-28 4:08 ` [PATCH 1/2] xfs: test what happens when we reset the root dir and it has xattrs Darrick J. Wong
2021-04-28 17:38 ` Brian Foster
2021-04-29 0:31 ` Darrick J. Wong
2021-04-28 4:08 ` [PATCH 2/2] xfs/010: filter out bad finobt levels complaint Darrick J. Wong
2021-04-28 17:38 ` Brian Foster [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YImdnOkvoIjnMPCr@bfoster \
--to=bfoster@redhat.com \
--cc=djwong@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=guan@eryu.me \
--cc=guaneryu@gmail.com \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.