nfs4proc.c | 1 + 1 files changed, 1 insertion(+) diff -u --recursive --new-file linux-2.6.0-03-pipe_close/fs/nfs/nfs4proc.c linux-2.6.0-04-fix_nfs4client/fs/nfs/nfs4proc.c --- linux-2.6.0-03-pipe_close/fs/nfs/nfs4proc.c 2003-10-08 15:22:02.000000000 -0400 +++ linux-2.6.0-04-fix_nfs4client/fs/nfs/nfs4proc.c 2003-10-14 15:09:51.000000000 -0400 @@ -851,6 +851,7 @@ out_unlock: up_write(&clp->cl_sem); nfs4_put_client(clp); + server->nfs4_state = NULL; return status; }