All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] Deadlock in dlmmaster.c
@ 2009-05-03 20:33 ` Jan Kucera
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kucera @ 2009-05-03 20:33 UTC (permalink / raw)
  To: mfasheh, joel.becker; +Cc: linux-fsdevel, linux-kernel, ocfs2-devel

Hi,

I've found some possible deadlock in fs/ocfs2/dlm/dlmmaster.c - version
2.6.28 (probably this code is in newer versions too).
Could someone confirm this? Thank you.


fs/ocfs2/dlm/dlmmaster.c
==================

function dlm_master_request_handler: (res->spinlock <- dlm->master_lock)
-----------------------------------
spin_lock(&res->spinlock); at line 1427
spin_lock(&dlm->master_lock); at line 1475

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



caught by Stanse
(http://iti.fi.muni.cz/stanse/)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20090503/7592bfb1/attachment-0001.html 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-04 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-03 20:33 [Ocfs2-devel] Deadlock in dlmmaster.c Jan Kucera
2009-05-03 20:33 ` Jan Kucera
2009-05-04 19:30 ` [Ocfs2-devel] " Sunil Mushran
2009-05-04 19:30   ` Sunil Mushran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.