From: Neil Brown <neilb@cse.unsw.edu.au>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-raid@vger.kernel.org
Subject: Re: [PATCH] md - 2 of 3 - Add BLKSSZGET ioctl for md driver
Date: Thu, 19 Jun 2003 11:30:44 +1000 [thread overview]
Message-ID: <16113.4676.114600.293538@gargle.gargle.HOWL> (raw)
In-Reply-To: message from Marcelo Tosatti on Wednesday June 18
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);
}
prev parent reply other threads:[~2003-06-19 1:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-18 0:28 [PATCH] md - 2 of 3 - Add BLKSSZGET ioctl for md driver NeilBrown
2003-06-18 23:23 ` Marcelo Tosatti
2003-06-19 0:13 ` Neil Brown
2003-06-18 23:55 ` Marcelo Tosatti
2003-06-19 1:30 ` Neil Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16113.4676.114600.293538@gargle.gargle.HOWL \
--to=neilb@cse.unsw.edu.au \
--cc=linux-raid@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox