From: Stanislav Kinsbursky Date: Tue, 31 Jan 2012 10:09:00 +0000 (+0400) Subject: SUNRPC: clear svc pools lists helper introduced X-Git-Tag: v3.4-rc1~123^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5133652eaab6fbd88bdb1b1fd2236fd82583cb;p=pandora-kernel.git SUNRPC: clear svc pools lists helper introduced This patch moves removing of service transport from it's pools ready lists to separated function. Also this clear is now done with list_for_each_entry_safe() helper. This is a precursor patch, which would be usefull with service shutdown in network namespace context, introduced later in the series. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed