]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
attr: add maximum acl count for f2fs
authorChao Yu <chao2.yu@samsung.com>
Sun, 28 Feb 2016 23:19:23 +0000 (10:19 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 28 Feb 2016 23:19:23 +0000 (10:19 +1100)
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>
common/attr

index 86fe1818887c29247054db7c1981a38ac074b233..0efc26d27e33606d01ddb85094de8cd69c85da3d 100644 (file)
@@ -42,6 +42,9 @@ _acl_get_max()
        jfs)
                echo 8191
                ;;
+       f2fs)
+               echo 506
+               ;;
        *)
                echo 0
                ;;