[PATCH 1/4] nfsclient: Delete superfluous assignment
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Jun 4 13:55:28 UTC 2013
---
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);
--
1.7.7
More information about the devel
mailing list