* [PATCH] xfstests: Enter JFS max ACL count into common/attr
@ 2014-06-10 2:58 Michael L. Semon
0 siblings, 0 replies; only message in thread
From: Michael L. Semon @ 2014-06-10 2:58 UTC (permalink / raw)
To: fstests
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-10 2:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 2:58 [PATCH] xfstests: Enter JFS max ACL count into common/attr Michael L. Semon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox