]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SUNRPC: Add the helper function 'rpc_call_null()'
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Jun 2007 14:17:16 +0000 (10:17 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:34 +0000 (23:40 -0400)
commit5e1550d6a2c2dd33ff0ca5febefd8e9c65c6ca1e
tree719d24d2da4fb1c68edd9207436edb1fa40ccb09
parent64c91a1f1c8bc4295fd6b90df8adf911a7dd64f4
SUNRPC: Add the helper function 'rpc_call_null()'

Does a NULL RPC call and returns a pointer to the resulting rpc_task. The
call may be either synchronous or asynchronous.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/clnt.h
net/sunrpc/clnt.c