diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-10-11 05:39:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-11 05:39:50 -0700 |
| commit | 4ed45520b182781c862793c96d15aeb450bb4170 (patch) | |
| tree | 2c9cc21ac623079caed2c52e4e7723470ca5e766 /include/linux/securebits.h | |
| parent | 85d183651e2ddd580e8d688879826744467883dd (diff) | |
[PATCH] kNFSd: Don't over-write rpc request with response.
We are going to want rpc request to be immutable so that
we can take a copy and put it aside to be processed later.
Currently the tcp code writes the response into the same
buffer as the request, thus corrupting the request.
With this patch, the response goes after the request. There should
always be enough room as large reqeusts (Write) has small
responses, and large responses (read) are for small requests.
buflen is changed for requests to record the length of the
request. It already gets reset for each new request.
Diffstat (limited to 'include/linux/securebits.h')
0 files changed, 0 insertions, 0 deletions
