@@ -384,8 +384,6 @@ struct config_llog_data *do_config_log_add(struct obd_device *obd,
return ERR_PTR(rc);
}
-static DEFINE_MUTEX(llog_process_lock);
-
static inline void config_mark_cld_stop(struct config_llog_data *cld)
{
if (!cld)
@@ -1538,9 +1536,7 @@ static int mgc_process_cfg_log(struct obd_device *mgc,
__llog_ctxt_put(env, ctxt);
/*
- * update settings on existing OBDs. doing it inside
- * of llog_process_lock so no device is attaching/detaching
- * in parallel.
+ * update settings on existing OBDs.
* the logname must be <fsname>-sptlrpc
*/
if (sptlrpc_started) {