Bug 29172
Summary: | releasing loop on top of other loop leads to deadlock | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Petr Uzel (petr.uzel) |
Component: | Block Layer | Assignee: | Jens Axboe (axboe) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, maciej.rutecki, petr.uzel, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugzilla.novell.com/show_bug.cgi?id=669394 | ||
Kernel Version: | 2.6.38-rc4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 21782 |
Description
Petr Uzel
2011-02-15 10:00:56 UTC
Still happens with 2.6.38-rc6. Sent patch that fixes it for me: https://lkml.org/lkml/2011/2/25/145 merged for .38-rc8 (or final): commit fd51469fb68b987032e46297e0a4fe9020063c20 Author: Petr Uzel <petr.uzel@suse.cz> Date: Thu Mar 3 11:48:50 2011 -0500 block: kill loop_mutex |