linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG? deadlock bug at generic_shutdown_
@ 2009-07-30  3:29 홍신 shin hong
  2009-07-30  3:41 ` Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: 홍신 shin hong @ 2009-07-30  3:29 UTC (permalink / raw)
  To: linux-fsdevel

Hi. I am reporting a suspected deadlock bug.

generic_shutdown_super() acquires lock_super(sb)
and then acquires lock_kernel().

However, do_remount() acquires lock_super() while
it holds lock_kernel().

Therefore, concurrent execution of generic_shutdown_super()
and do_remount() may result deadlock.

Please examine this report. Thank you.

Sincerely
Shin Hong

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

end of thread, other threads:[~2009-07-30  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30  3:29 BUG? deadlock bug at generic_shutdown_ 홍신 shin hong
2009-07-30  3:41 ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).