mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
SUNRPC: Remove the TCP-only restriction in bc_svc_process()
Allow the use of other transport classes when handling a backward direction RPC call. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Tested-By: Devesh Sharma <devesh.sharma@avagotech.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
parent
9468431962
commit
0f2e3bdab6
@ -1367,11 +1367,6 @@ bc_svc_process(struct svc_serv *serv, struct rpc_rqst *req,
|
||||
/* reset result send buffer "put" position */
|
||||
resv->iov_len = 0;
|
||||
|
||||
if (rqstp->rq_prot != IPPROTO_TCP) {
|
||||
printk(KERN_ERR "No support for Non-TCP transports!\n");
|
||||
BUG();
|
||||
}
|
||||
|
||||
/*
|
||||
* Skip the next two words because they've already been
|
||||
* processed in the transport
|
||||
|
Loading…
Reference in New Issue
Block a user