mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Dave Chinner
parent
7b564f39ef
commit
c8dc487de7
@@ -39,6 +39,9 @@ _acl_get_max()
|
||||
echo 5461
|
||||
fi
|
||||
;;
|
||||
jfs)
|
||||
echo 8191
|
||||
;;
|
||||
*)
|
||||
echo 0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user