From: Chao Yu Date: Sun, 28 Feb 2016 23:19:23 +0000 (+1100) Subject: attr: add maximum acl count for f2fs X-Git-Tag: v2022.05.01~2584 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9f7bf79d0c3452a342a1ab52d6f26c9640767a70;p=xfstests-dev.git 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 Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/common/attr b/common/attr index 86fe1818..0efc26d2 100644 --- a/common/attr +++ b/common/attr @@ -42,6 +42,9 @@ _acl_get_max() jfs) echo 8191 ;; + f2fs) + echo 506 + ;; *) echo 0 ;;