JFS: Add maximum ACL count into common/attr

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>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Michael L. Semon
2014-06-18 09:31:01 +10:00
committed by Dave Chinner
parent 7b564f39ef
commit c8dc487de7
+3
View File
@@ -39,6 +39,9 @@ _acl_get_max()
echo 5461
fi
;;
jfs)
echo 8191
;;
*)
echo 0
;;