From: Michael L. Semon Date: Tue, 17 Jun 2014 23:31:01 +0000 (+1000) Subject: JFS: Add maximum ACL count into common/attr X-Git-Tag: v2022.05.01~3117 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c8dc487de75cd5501b3bd3d79dd30784a1955260;p=users%2Fhch%2Fxfstests-dev.git JFS: Add maximum ACL count into common/attr Enter max ACL count into common/attr for JFS, with the purpose of getting JFS to pass xfstests generic/026. Signed-off-by: Michael L. Semon Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/common/attr b/common/attr index 6fdcbf2ba..42a1a1696 100644 --- a/common/attr +++ b/common/attr @@ -39,6 +39,9 @@ _acl_get_max() echo 5461 fi ;; + jfs) + echo 8191 + ;; *) echo 0 ;;