]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Check whether the task was transmitted before rebind/reconnect
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 10 Mar 2019 15:17:13 +0000 (11:17 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 10 Mar 2019 15:55:58 +0000 (11:55 -0400)
commit270ac939af27d2a2a3fa10374d344b569b974104
treed45f35c871b59a6dd973a75925736ecf205aacca
parent235b245b7d8852dacaf7de67475682d0db04b6d3
SUNRPC: Check whether the task was transmitted before rebind/reconnect

Before initiating transport actions that require putting the task to sleep,
such as rebinding or reconnecting, we should check whether or not the task
was already transmitted.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c