From: Eric Sandeen <sandeen@sandeen.net>
To: Eric Sandeen <sandeen@redhat.com>
Cc: linux-btrfs <linux-btrfs@vger.kernel.org>, xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH V3] xfstests: fix common filter include in filter.btrfs
Date: Sun, 21 Apr 2013 17:51:54 -0500 [thread overview]
Message-ID: <51746D8A.60707@sandeen.net> (raw)
In-Reply-To: <51746D07.5090300@sandeen.net>
Not sure how this happened, but filter.btrfs including
itself leads to immense sadness for any file that includes it.
(I got a segfault when I tried to run 307)
It should be including ./common/filter not ./common/filter.btrfs
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
cripes, I'm sorry that took 3 times to get right :/
diff --git a/common/filter.btrfs b/common/filter.btrfs
index b1aa733..e9a2bc2 100644
--- a/common/filter.btrfs
+++ b/common/filter.btrfs
@@ -1,6 +1,6 @@
# Filters for btrfs command output
-. ./common/filter.btrfs
+. ./common/filter
# Some, but not all, commands emit "Btrfs <version>"
_filter_btrfs_version()
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2013-04-21 22:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-21 6:27 [PATCH] xfstests: remove recursive include in filter.btrfs Eric Sandeen
[not found] ` <51746D07.5090300@sandeen.net>
2013-04-21 22:51 ` Eric Sandeen [this message]
2013-04-22 13:45 ` [PATCH V3] xfstests: fix common filter " Rich Johnston
2013-04-22 14:36 ` [PATCH] xfstests: remove recursive " Rich Johnston
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=51746D8A.60707@sandeen.net \
--to=sandeen@sandeen.net \
--cc=linux-btrfs@vger.kernel.org \
--cc=sandeen@redhat.com \
--cc=xfs@oss.sgi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox