Whamcloud - gitweb
LU-18956 mgc: Remove llog_config_lock 92/58992/3
authorOleg Drokin <green@whamcloud.com>
Mon, 28 Apr 2025 06:10:13 +0000 (02:10 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 7 May 2025 21:14:39 +0000 (21:14 +0000)
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 <green@whamcloud.com>
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 <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
lustre/mgc/mgc_request.c

index 065ca67..6362231 100644 (file)
@@ -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;