summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc_clnt.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 23:33:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 23:33:39 +0000
commit2b2219b2cc675ecda45beb8e6b25d7cc31bf35c4 (patch)
tree1af06f46462a8bbb77f076ad3825cdc836136591 /nuttx/fs/nfs/rpc_clnt.c
parentf1954ba315f940c46402865763164bceb7537710 (diff)
downloadpx4-nuttx-2b2219b2cc675ecda45beb8e6b25d7cc31bf35c4.tar.gz
px4-nuttx-2b2219b2cc675ecda45beb8e6b25d7cc31bf35c4.tar.bz2
px4-nuttx-2b2219b2cc675ecda45beb8e6b25d7cc31bf35c4.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4713 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/rpc_clnt.c')
-rw-r--r--nuttx/fs/nfs/rpc_clnt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/fs/nfs/rpc_clnt.c b/nuttx/fs/nfs/rpc_clnt.c
index af14d69a9..0e72ff5b0 100644
--- a/nuttx/fs/nfs/rpc_clnt.c
+++ b/nuttx/fs/nfs/rpc_clnt.c
@@ -1117,8 +1117,6 @@ void rpcclnt_safedisconnect(struct rpcclnt *rpc)
}
#endif
-/* XXX: ignores tryagain! */
-
/* Code from nfs_request - goes something like this - fill in task struct -
* links task into list - calls nfs_send() for first transmit - calls
* nfs_receive() to get reply - fills in reply (which should be initialized
@@ -1270,7 +1268,6 @@ int rpcclnt_request(struct rpcclnt *rpc, int procnum, struct rpc_reply *reply, v
/* Break down the rpc header and check if ok */
- memset(reply, 0, sizeof(rpc_reply));
reply->stat.type = fxdr_unsigned(uint32_t, replysvr->stat.type);
if (reply->stat.type == RPC_MSGDENIED)
{