From: Oleg Drokin Date: Mon, 28 Apr 2025 06:10:13 +0000 (-0400) Subject: LU-18956 mgc: Remove llog_config_lock X-Git-Tag: 2.16.55~24 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=52b0ec830a5ca16a959ff8b0d5555ad6f0adbb23;p=fs%2Flustre-release.git LU-18956 mgc: Remove llog_config_lock This was alredy previously removed as nothing is using it, but accidentally got resurrected by LU-11185 patch. Remove it again. Change-Id: Ie68c54d3401473c0ddb095c49ce753a7b94063ca Signed-off-by: Oleg Drokin Test-Parameters: trivial Fixes: 0ad54d5977736 ("LU-11185 mgc: config lock leak") Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58992 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Timothy Day --- diff --git a/lustre/mgc/mgc_request.c b/lustre/mgc/mgc_request.c index 065ca67..6362231 100644 --- a/lustre/mgc/mgc_request.c +++ b/lustre/mgc/mgc_request.c @@ -456,8 +456,6 @@ out_err: return ERR_PTR(rc); } -DEFINE_MUTEX(llog_process_lock); - static inline void config_mark_cld_stop_nolock(struct config_llog_data *cld) { ENTRY;