From 52b0ec830a5ca16a959ff8b0d5555ad6f0adbb23 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Mon, 28 Apr 2025 02:10:13 -0400 Subject: [PATCH] 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 --- lustre/mgc/mgc_request.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 1.8.3.1