commit | 6f5133652eaab6fbd88bdb1b1fd2236fd82583cb | [log] [tgz] |
---|---|---|
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | Tue Jan 31 14:09:00 2012 +0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Feb 15 00:19:44 2012 -0500 |
tree | c1cd295993d8d8f4808bed47bada155d9189a2ed | |
parent | ef159e9177cc5a09e6174796dde0b2d243ddf28b [diff] |
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 <skinsbursky@parallels.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>