On Wednesday June 18, marcelo@conectiva.com.br wrote: > > Ok, I just pusheed your stuff to bkbits.net. > Thanks. It seems that patch is now in there. Maybe I sent it twice by mistake. The only missing bit is the following which I sent as a followup to on of the NFS patches. Thanks, NeilBrown diff ./net/sunrpc/svcsock.c~current~ ./net/sunrpc/svcsock.c --- ./net/sunrpc/svcsock.c~current~ 2003-06-19 11:27:05.000000000 +1000 +++ ./net/sunrpc/svcsock.c 2003-06-19 11:27:05.000000000 +1000 @@ -826,7 +826,7 @@ svc_tcp_recvfrom(struct svc_rqst *rqstp) goto error; svsk->sk_tcplen += len; if (len < want) { - dprintk("svc: short recvfrom while reading record length (%d of %d)\n", + dprintk("svc: short recvfrom while reading record length (%d of %ld)\n", len, want); svc_sock_received(svsk); return -EAGAIN; /* record header not complete */ @@ -973,7 +973,7 @@ svc_tcp_init(struct svc_sock *svsk) 3 * svsk->sk_server->sv_bufsz); set_bit(SK_CHNGBUF, &svsk->sk_flags); - if (sk->sk_state != TCP_ESTABLISHED) + if (sk->state != TCP_ESTABLISHED) set_bit(SK_CLOSE, &svsk->sk_flags); } - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html