Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
3
-
7653
Description
In case of memory pressure a not locked mutex can be unlocked in function ll_file_open(). This is not allowed and subsequent behavior is not defined.
/***
- mutex_unlock - release the mutex
- @lock: the mutex to be released
- Unlock a mutex that has been locked by this task previously.
- This function must not be used in interrupt context. Unlocking
- of a not locked mutex is not allowed.
- This function is similar to (but not equivalent to) up().
*/
Attachments
Activity
Fix Version/s | New: Lustre 2.4.1 [ 10294 ] |
Fix Version/s | New: Lustre 2.5.0 [ 10295 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Priority | Original: Minor [ 4 ] | New: Critical [ 2 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Dmitry Eremin [ dmiter ] |
Patch set is http://review.whamcloud.com/6028