[Ocfs2-devel] [PATCH] ocfs2: skip locks in the blocked list
Sunil Mushran
sunil.mushran at gmail.com
Wed Aug 15 09:11:33 PDT 2012
On Tue, Aug 14, 2012 at 11:28 PM, Xue jiufei <xuejiufei at huawei.com> wrote:
>
> Sorry, I haven't described it clearly.
>
> We trigger the BUG() in dlmrecovery.c:1923.
>
> Lockres had copyed lvb from previous valid locks and then meet with
> another lock with the EX level.
>
> 1907 if (!dlm_lvb_is_empty(res->lvb) &&
> 1908 (ml->type == LKM_EXMODE ||
> 1909 memcmp(res->lvb, mres->lvb,
> DLM_LVB_LEN))) {
> ......
> 1923 BUG();
> 1924 }
>
Perfect. That is the place it should have oopsed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20120815/ed296cef/attachment.html
More information about the Ocfs2-devel
mailing list