From: Dan Aloni <dan@kernelim.com>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-rdma@vger.kernel.org,
Linux NFS Mailing List <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] xprtrdma: Wake up re_connect_wait on disconnect
Date: Sun, 21 Jun 2020 18:11:09 +0300 [thread overview]
Message-ID: <20200621151109.GA3006346@gmail.com> (raw)
In-Reply-To: <E3C3C032-CAB9-4AA7-B574-0A037A4F37FC@oracle.com>
On Sun, Jun 21, 2020 at 10:49:53AM -0400, Chuck Lever wrote:
> >> diff --git a/net/sunrpc/xprtrdma/verbs.c b/net/sunrpc/xprtrdma/verbs.c
> >> index 2ae348377806..8bd76a47a91f 100644
> >> --- a/net/sunrpc/xprtrdma/verbs.c
> >> +++ b/net/sunrpc/xprtrdma/verbs.c
> >> @@ -289,6 +289,7 @@ rpcrdma_cm_event_handler(struct rdma_cm_id *id, struct rdma_cm_event *event)
> >> ep->re_connect_status = -ECONNABORTED;
> >> disconnected:
> >> xprt_force_disconnect(xprt);
> >> + wake_up_all(&ep->re_connect_wait);
> >> return rpcrdma_ep_destroy(ep);
> >> default:
> >> break;
>
> This hunk does not apply on top of fixes I've already sent to Anna for 5.8-rc1.
>
> So, if you don't object, I'll adjust your patch (this hunk and the description)
> before sending it along to Anna.
Sure, go ahead. Thanks for working on this!
--
Dan Aloni
prev parent reply other threads:[~2020-06-21 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-20 17:18 Dan Aloni
2020-06-20 18:46 ` Chuck Lever
2020-06-21 14:49 ` Chuck Lever
2020-06-21 15:11 ` Dan Aloni [this message]
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=20200621151109.GA3006346@gmail.com \
--to=dan@kernelim.com \
--cc=chuck.lever@oracle.com \
--cc=linux-nfs@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--subject='Re: [PATCH] xprtrdma: Wake up re_connect_wait on disconnect' \
/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
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).