From: Timothy Day Date: Tue, 13 Aug 2024 02:31:09 +0000 (-0400) Subject: LU-18136 misc: add LDLM_LOCK_* macros to spelling.txt X-Git-Tag: 2.15.90~34 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e1c7c41b575bf9bdd2906df82583ffdc34aa7d7f;p=fs%2Flustre-release.git LU-18136 misc: add LDLM_LOCK_* macros to spelling.txt These macros are simply duplicates of the corresponding ldlm_lock_* functions. Favor the non-macro versions. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: I8608ea301c6f7c71ee76ac2977276b67f6591c1e Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56004 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Patrick Farrell Reviewed-by: jsimmons Reviewed-by: Oleg Drokin --- diff --git a/contrib/scripts/spelling.txt b/contrib/scripts/spelling.txt index cf3afd9..55a8314 100644 --- a/contrib/scripts/spelling.txt +++ b/contrib/scripts/spelling.txt @@ -150,3 +150,6 @@ version_code.*2.1[7-9]||version 2.16.x should be used vui_tot_count||vui_tot_bytes wait_queue_t||wait_queue_entry_t xa_insert||ll_xa_insert +LDLM_LOCK_PUT||ldlm_lock_put +LDLM_LOCK_RELEASE||ldlm_lock_put +LDLM_LOCK_GET||ldlm_lock_get