2008-01-26 01:19:53

by Trond Myklebust

[permalink] [raw]
Subject: Re: [PATCH 097/100] NLM: have nlm_shutdown_hosts kill off all NLM RPC tasks


On Fri, 2008-01-25 at 18:55 -0500, Jeff Layton wrote:
> There's also another problem -- it's possible for host->h_rpcclnt to be
> NULL, and that has special meaning for rpc_killall_tasks. For now, I
> suggest that we drop this patch until I have a chance to work on it
> further.

We really ought to create _separate_ lists for the client and server
uses of struct nlm_host.

Trond