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:
parent
4b5b3ba16b
commit
71e161a6a9
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue