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:
Chao Yu
2016-02-29 10:19:23 +11:00
committed by Dave Chinner
parent 219077fcb8
commit 9f7bf79d0c
+3
View File
@@ -42,6 +42,9 @@ _acl_get_max()
jfs) jfs)
echo 8191 echo 8191
;; ;;
f2fs)
echo 506
;;
*) *)
echo 0 echo 0
;; ;;