X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_dlm.h;h=5c31761aa51ad1fa422ab605928964d56bea3053;hp=c8f321dbe30c528cfefad6bcba0044e3522297f1;hb=8c83e7d75989ef527e43a824a0dbe46bffabd07d;hpb=c8d7c99ec50c81a33eea43ed1c535fa4d65cef23 diff --git a/lustre/include/lustre_dlm.h b/lustre/include/lustre_dlm.h index c8f321d..5c31761 100644 --- a/lustre/include/lustre_dlm.h +++ b/lustre/include/lustre_dlm.h @@ -508,6 +508,12 @@ struct ldlm_namespace { * Limit size of nolock requests, in bytes. */ unsigned ns_max_nolock_size; + + /** + * Limit of parallel AST RPC count. + */ + unsigned ns_max_parallel_ast; + /* callback to cancel locks before replaying it during recovery */ ldlm_cancel_for_recovery ns_cancel_for_recovery; /**