All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ocfs2: fix a deadlock case
@ 2022-01-21  7:12 ` Joseph Qi via Ocfs2-devel
  0 siblings, 0 replies; 12+ messages in thread
From: Joseph Qi @ 2022-01-21  7:12 UTC (permalink / raw)
  To: akpm, tytso, adilger.kernel
  Cc: gautham.ananthakrishna, ocfs2-devel, linux-ext4

This is trying to fix a deadlock case in ocfs2.
We firstly export jbd2 symbols jbd2_journal_[grab|put]_journal_head as
preparation and later use them in ocfs2 insread of
jbd_[lock|unlock]_bh_journal_head to fix the deadlock.

Joseph Qi (2):
  jbd2: export jbd2_journal_[grab|put]_journal_head
  ocfs2: fix a deadlock when commit trans

 fs/jbd2/journal.c   |  2 ++
 fs/ocfs2/suballoc.c | 25 +++++++++++--------------
 2 files changed, 13 insertions(+), 14 deletions(-)

-- 
2.19.1.6.gb485710b


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

end of thread, other threads:[~2022-01-27 12:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  7:12 [PATCH 0/2] ocfs2: fix a deadlock case Joseph Qi
2022-01-21  7:12 ` [Ocfs2-devel] " Joseph Qi via Ocfs2-devel
2022-01-21  7:12 ` [PATCH 1/2] jbd2: export jbd2_journal_[grab|put]_journal_head Joseph Qi
2022-01-21  7:12   ` [Ocfs2-devel] " Joseph Qi via Ocfs2-devel
2022-01-21  7:12 ` [PATCH 2/2] ocfs2: fix a deadlock when commit trans Joseph Qi
2022-01-21  7:12   ` [Ocfs2-devel] " Joseph Qi via Ocfs2-devel
2022-01-23  5:31   ` Gautham Ananthakrishna
2022-01-23  5:31     ` [Ocfs2-devel] " Gautham Ananthakrishna via Ocfs2-devel
2022-01-24  2:37     ` Joseph Qi
2022-01-24  2:37       ` [Ocfs2-devel] " Joseph Qi via Ocfs2-devel
2022-01-27 12:46       ` Gautham Ananthakrishna
2022-01-27 12:46         ` [Ocfs2-devel] " Gautham Ananthakrishna via Ocfs2-devel

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.