nfs4proc.c | 1 + 1 files changed, 1 insertion(+) diff -u --recursive --new-file --show-c-function linux-2.6.1-08-pipe_close/fs/nfs/nfs4proc.c linux-2.6.1-09-fix_nfs4client/fs/nfs/nfs4proc.c --- linux-2.6.1-08-pipe_close/fs/nfs/nfs4proc.c 2004-01-01 21:22:20.000000000 -0500 +++ linux-2.6.1-09-fix_nfs4client/fs/nfs/nfs4proc.c 2004-01-03 12:28:37.000000000 -0500 @@ -851,6 +851,7 @@ no_setclientid: out_unlock: up_write(&clp->cl_sem); nfs4_put_client(clp); + server->nfs4_state = NULL; return status; }