FS/XFS testing framework
 help / color / mirror / Atom feed
From: "Michael L. Semon" <mlsemon35@gmail.com>
To: fstests@vger.kernel.org
Subject: [PATCH] xfstests: Enter JFS max ACL count into common/attr
Date: Mon, 09 Jun 2014 22:58:45 -0400	[thread overview]
Message-ID: <53967465.9050006@gmail.com> (raw)

Enter max ACL count into common/attr for JFS, with the purpose of
getting JFS to pass xfstests generic/026.

Signed-off-by: Michael L. Semon <mlsemon35@gmail.com>
---
 common/attr | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/attr b/common/attr
index 6fdcbf2..42a1a16 100644
--- a/common/attr
+++ b/common/attr
@@ -39,6 +39,9 @@ _acl_get_max()
 			echo 5461
 		fi
 		;;
+	jfs)
+		echo 8191
+		;;
 	*)
 		echo 0
 		;;
-- 
1.8.4


                 reply	other threads:[~2014-06-10  2:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=53967465.9050006@gmail.com \
    --to=mlsemon35@gmail.com \
    --cc=fstests@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox