diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2012-12-08 00:29:16 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2012-12-08 00:29:16 +0000 |
commit | ded0f38e615d39bdc5ac38cdb3cecf37a66c75fe (patch) | |
tree | b8b979991f852a5c25a95ddbabb63117c46bef2e /sys/ufs | |
parent | b8327e28a33a6bb69cb12171c683fc2756305c0a (diff) | |
download | FreeBSD-src-ded0f38e615d39bdc5ac38cdb3cecf37a66c75fe.zip FreeBSD-src-ded0f38e615d39bdc5ac38cdb3cecf37a66c75fe.tar.gz |
Add support for backchannels to the kernel RPC. Backchannels
are used by NFSv4.1 for callbacks. A backchannel is a connection
established by the client, but used for RPCs done by the server
on the client (callbacks). As a result, this patch mixes some
client side calls in the server side and vice versa. Some
definitions in the .c files were extracted out into a file called
krpc.h, so that they could be included in multiple .c files.
This code has been in projects/nfsv4.1-client for some time.
Although no one has given it a formal review, I believe kib@
has taken a look at it.
Diffstat (limited to 'sys/ufs')
0 files changed, 0 insertions, 0 deletions