[PATCH] NLM: Add lockd reference counting and clean up lockd startup and shutdown

Christoph Hellwig hch at infradead.org
Sat Dec 8 09:07:47 EST 2007


> +	mutex_lock(&nlmsvc_mutex);
> +	while (atomic_read(&nlmsvc_ref) != 0) {

might be better to do the refcounting outside the thread and use the
kthread api, which is something we still need to do for lockd anyway.



More information about the NFSv4 mailing list