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@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html