]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: continue run over clients list on PipeFS event instead of break
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 17 Dec 2012 17:18:52 +0000 (20:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 16:46:08 +0000 (08:46 -0800)
commitfac767ddb0a4eb6b6d8d416044263305db4a05e0
treed2a29aee57806e605d805de722e7627fe5f63b29
parente3e36c5ac26542baa9fc4ceb8f323659f690c2a6
SUNRPC: continue run over clients list on PipeFS event instead of break

commit cd6c5968582a273561464fe6b1e8cc8214be02df upstream.

There are SUNRPC clients, which program doesn't have pipe_dir_name. These
clients can be skipped on PipeFS events, because nothing have to be created or
destroyed. But instead of breaking in case of such a client was found, search
for suitable client over clients list have to be continued. Otherwise some
clients could not be covered by PipeFS event handler.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sunrpc/clnt.c