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@xxxxxxxxxxx> --- common/attr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/attr b/common/attr index 86fe181..0efc26d 100644 --- a/common/attr +++ b/common/attr @@ -42,6 +42,9 @@ _acl_get_max() jfs) echo 8191 ;; + f2fs) + echo 506 + ;; *) echo 0 ;; -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html