]> git.kernelconcepts.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)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 17 Dec 2012 17:19:16 +0000 (12:19 -0500)
commitcd6c5968582a273561464fe6b1e8cc8214be02df
tree6bb584126d99808f24db854bb1c3fe5b6038d7ad
parentada8e20d044c0fa5610e504ce6fb4578ebd3edd9
SUNRPC: continue run over clients list on PipeFS event instead of break

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>
Cc: stable@vger.kernel.org [>= v3.4]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c