SUNRPC fix bc_send print
Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
committed by
Trond Myklebust
parent
4b5b3ba16b
commit
71e161a6a9
@@ -59,8 +59,8 @@ int bc_send(struct rpc_rqst *req)
|
|||||||
ret = task->tk_status;
|
ret = task->tk_status;
|
||||||
rpc_put_task(task);
|
rpc_put_task(task);
|
||||||
}
|
}
|
||||||
return ret;
|
|
||||||
dprintk("RPC: bc_send ret= %d\n", ret);
|
dprintk("RPC: bc_send ret= %d\n", ret);
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_NFS_V4_1 */
|
#endif /* CONFIG_NFS_V4_1 */
|
||||||
|
Reference in New Issue
Block a user