> On Wed, 22 Aug 2007 15:41:18 -0700 "Bret Towe" <magnade@gmail.com> wrote:
More than two weeks, you've bisected it and there's no sign of any action?
I don't see this on Michal's list so perhaps it already got fixed in a different
thread. Have you tested current mainline?
I really wish that hadn't been wordwrapped.
As a random stab-in-the-dark, does this help?
--- a/fs/nfs/nfs4renewd.c~a
+++ a/fs/nfs/nfs4renewd.c
@@ -133,9 +133,7 @@ nfs4_renewd_prepare_shutdown(struct nfs_
void
nfs4_kill_renewd(struct nfs_client *clp)
{
- down_read(&clp->cl_sem);
cancel_delayed_work_sync(&clp->cl_renewd);
- up_read(&clp->cl_sem);
}
/*
_
-