summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
authorRicardo Labiaga2009-04-01 15:22:58 +0200
committerBenny Halevy2009-06-17 22:06:13 +0200
commit56632b5bff5af10eb12d7e9499b5ffcadcb7a7b2 (patch)
tree41632f7d033a791e1925a84f14488efcb9c0dd83 /net/sunrpc
parentnfs41: minorversion support for nfs4_{init,destroy}_callback (diff)
downloadkernel-qcow2-linux-56632b5bff5af10eb12d7e9499b5ffcadcb7a7b2.tar.gz
kernel-qcow2-linux-56632b5bff5af10eb12d7e9499b5ffcadcb7a7b2.tar.xz
kernel-qcow2-linux-56632b5bff5af10eb12d7e9499b5ffcadcb7a7b2.zip
nfs41: client callback structures
Adds new list of rpc_xprt structures, and a readers/writers lock to protect the list. The list is used to preallocate resources for the backchannel during backchannel requests. Callbacks are not expected to cause significant latency, so only one callback will be allowed at this time. It also adds a pointer to the NFS callback service so that requests can be directed to it for processing. New callback members added to svc_serv. The NFSv4.1 callback service will sleep on the svc_serv->svc_cb_waitq until new callback requests arrive. The request will be queued in svc_serv->svc_cb_list. This patch adds this list, the sleep queue and spinlock to svc_serv. [nfs41: NFSv4.1 callback support] Signed-off-by: Ricardo Labiaga <ricardo.labiaga@netapp.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'net/sunrpc')
0 files changed, 0 insertions, 0 deletions