[rtems commit] nfsclient: Delete superfluous assignment

Sebastian Huber sebh at rtems.org
Wed Jun 5 15:14:30 UTC 2013


Module:    rtems
Branch:    master
Commit:    c295e098c69d06552591ca791ef343471959f1a1
Changeset: http://git.rtems.org/rtems/commit/?id=c295e098c69d06552591ca791ef343471959f1a1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun  4 14:57:04 2013 +0200

nfsclient: Delete superfluous assignment

---

 cpukit/libfs/src/nfsclient/src/rpcio.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c
index e1bc4c5..6d9be33 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.c
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.c
@@ -693,7 +693,6 @@ register int	i,j;
 			return 0;
 		}
 		/* pick a free table slot and initialize the XID */
-		rval->obuf.xid = time(0) ^ (uintptr_t)rval;
 		MU_LOCK(hlock);
 		rval->obuf.xid = (xidHashSeed++ ^ ((uintptr_t)rval>>10)) & XACT_HASH_MSK;
 		i=j=(rval->obuf.xid & XACT_HASH_MSK);




More information about the vc mailing list