Hi,<br><br>I&#39;ve found some possible deadlock in fs/ocfs2/dlm/dlmmaster.c - version 2.6.28 (probably this code is in newer versions too).<br>Could someone confirm this? Thank you.<br><br><br>fs/ocfs2/dlm/dlmmaster.c<br>

==================<br><br>function dlm_master_request_handler: (res-&gt;spinlock &lt;- dlm-&gt;master_lock)<br>-----------------------------------<br>spin_lock(&amp;res-&gt;spinlock); at line 1427<br>spin_lock(&amp;dlm-&gt;master_lock); at line 1475<br>

<br>function dlm_migrate_request_handler: (dlm-&gt;master_lock &lt;- res-&gt;spinlock)<br>-------------------------------------------------------<br>spin_lock(&amp;dlm-&gt;master_lock) at line 3036<br>spin_lock(&amp;res-&gt;spinlock); at line 3039<br>

<br><br><br>
caught by Stanse<br>(<a href="http://iti.fi.muni.cz/stanse/">http://iti.fi.muni.cz/stanse/</a>)<br>