All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: xfs@oss.sgi.com
Subject: [PATCH] xfstests: fix mkfs filter on xfs/096
Date: Wed, 30 Oct 2013 14:58:55 +1100	[thread overview]
Message-ID: <1383105535-28686-1-git-send-email-david@fromorbit.com> (raw)

From: Dave Chinner <dchinner@redhat.com>

Needs to filter out the new ftype field.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
---
 tests/xfs/096 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/xfs/096 b/tests/xfs/096
index 44b19b0..b2719bc 100755
--- a/tests/xfs/096
+++ b/tests/xfs/096
@@ -87,6 +87,7 @@ _mkfs_filter()
 	-e 's/\(realtime[ 	]*=\).*extsz/\1REALTIME               extsz/' \
 	-e '/.*crc=/d' \
 	-e 's/ *$//' \
+	-e 's/ ftype=[01]//' \
    | grep -v parent
 }
 
-- 
1.8.4.rc3

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

             reply	other threads:[~2013-10-30  3:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30  3:58 Dave Chinner [this message]
2013-10-30  4:25 ` [PATCH] xfstests: fix mkfs filter on xfs/096 Jeff Liu
2013-10-31 12:13 ` Carlos Maiolino
2013-11-04 20:39 ` 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=1383105535-28686-1-git-send-email-david@fromorbit.com \
    --to=david@fromorbit.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 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.