read returns a READ3res, not a ACCESS3res

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2012-01-12 15:19:45 +11:00
parent 8724c83390
commit b426ef0404
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ int rpc_nfs_access_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh,
*
* When the callback is invoked, status indicates the result:
* RPC_STATUS_SUCCESS : We got a successful response from the nfs daemon.
* data is ACCESS3res
* data is READ3res
* RPC_STATUS_ERROR : An error occured when trying to contact the nfs daemon.
* data is the error string.
* RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete.