From: Andrew Morton We still get self-destruct-in-5-seconds, but at least it doesn't oops. Cc: Trond Myklebust Signed-off-by: Andrew Morton --- net/sunrpc/clnt.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN net/sunrpc/clnt.c~git-nfs-oops-workaround net/sunrpc/clnt.c --- devel/net/sunrpc/clnt.c~git-nfs-oops-workaround 2006-03-10 02:55:46.000000000 -0800 +++ devel-akpm/net/sunrpc/clnt.c 2006-03-10 02:55:46.000000000 -0800 @@ -317,8 +317,8 @@ rpc_destroy_client(struct rpc_clnt *clnt out_free: rpc_free_iostats(clnt->cl_metrics); clnt->cl_metrics = NULL; - if (clnt->cl_dentry) - dput(clnt->cl_dentry); +// if (clnt->cl_dentry) +// dput(clnt->cl_dentry); kfree(clnt); return 0; } _