From: Stanislav Kinsbursky Date: Mon, 17 Dec 2012 17:18:52 +0000 (+0300) Subject: SUNRPC: continue run over clients list on PipeFS event instead of break X-Git-Tag: v3.8-rc1~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6c5968582a273561464fe6b1e8cc8214be02df;p=pandora-kernel.git 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 Cc: stable@vger.kernel.org [>= v3.4] Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed