mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
attr: add maximum acl count for f2fs
Add a max acl count into common/attr for f2fs in order to make f2fs passing generic/026 test case. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
@@ -42,6 +42,9 @@ _acl_get_max()
|
|||||||
jfs)
|
jfs)
|
||||||
echo 8191
|
echo 8191
|
||||||
;;
|
;;
|
||||||
|
f2fs)
|
||||||
|
echo 506
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo 0
|
echo 0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user