summaryrefslogtreecommitdiff
path: root/include/linux/securebits.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2002-10-11 05:39:50 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-10-11 05:39:50 -0700
commit4ed45520b182781c862793c96d15aeb450bb4170 (patch)
tree2c9cc21ac623079caed2c52e4e7723470ca5e766 /include/linux/securebits.h
parent85d183651e2ddd580e8d688879826744467883dd (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