From: Ronnie Sahlberg <lsahlber@redhat.com>
To: linux-cifs <linux-cifs@vger.kernel.org>
Subject: [PATCH 0/1] cifs: move cifsFileInfo_put logic into a work-queue
Date: Sun, 27 Oct 2019 07:04:18 +1000 [thread overview]
Message-ID: <20191026210419.7575-1-lsahlber@redhat.com> (raw)
Steve, Pavel, Frank
This patch moves the logic in cifsFileInfo_put() into a work-queue so that
it will be processed in a different thread which, importantly, does not hold
any other locks.
This should address the deadlock that Frank reported in the thread:
Yet another hang after network disruption or smb restart -- multiple file writers
next reply other threads:[~2019-10-26 21:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-26 21:04 Ronnie Sahlberg [this message]
2019-10-26 21:04 ` [PATCH] cifs: move cifsFileInfo_put logic into a work-queue Ronnie Sahlberg
2019-10-28 23:18 ` Pavel Shilovsky
2019-10-29 3:09 ` Ronnie Sahlberg
2019-10-27 23:52 ` [PATCH 0/1] " Frank Sorenson
2019-10-28 22:51 ` Pavel Shilovsky
2019-11-05 2:11 ` Deadlock between cifs_writev_requeue and cifs_writepages Pavel Shilovsky
-- strict thread matches above, loose matches on Subject: below --
2019-10-29 3:13 [PATCH 0/1] cifs: move cifsFileInfo_put logic into a work-queue Ronnie Sahlberg
2019-10-30 2:59 Ronnie Sahlberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191026210419.7575-1-lsahlber@redhat.com \
--to=lsahlber@redhat.com \
--cc=linux-cifs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.