Whamcloud - gitweb
LU-7473 acl: increase ACL entries limitation
[fs/lustre-release.git] / lustre / obdecho / echo_client.c
index 9abea3c..1d7b517 100644 (file)
@@ -233,7 +233,8 @@ struct echo_thread_info {
        int                     eti_big_lmmsize;
        char                    eti_name[ETI_NAME_LEN];
        struct lu_buf           eti_buf;
-       char                    eti_xattr_buf[LUSTRE_POSIX_ACL_MAX_SIZE];
+       /* If we want to test large ACL, then need to enlarge the buffer. */
+       char                    eti_xattr_buf[LUSTRE_POSIX_ACL_MAX_SIZE_OLD];
 #endif
 };