Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
found by smatch, in ofd_inconsistency_verification_main:
spin_unlock(&ofd->ofd_inconsistency_lock); if (rc != 0) RETURN(rc); OBD_ALLOC_PTR(lr); if (unlikely(lr == NULL)) GOTO(out, rc = -ENOMEM); ... thread_set_flags(thread, SVC_STOPPED); wake_up_all(&thread->t_ctl_waitq); spin_unlock(&ofd->ofd_inconsistency_lock);
Attachments
Activity
Link | New: This issue is related to JFC-15 [ JFC-15 ] |
Link | New: This issue is related to LDEV-37 [ LDEV-37 ] |
Fix Version/s | New: Lustre 2.8.0 [ 11113 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Jian Yu [ yujian ] |
Labels | New: patch |