[PATCH 2/4] nfsclient: Delete superfluous mask operation

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Jun 4 13:55:29 UTC 2013


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

diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c
index 6d9be33..881eeda 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.c
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.c
@@ -742,7 +742,7 @@ int i = xact->obuf.xid & XACT_HASH_MSK;
 		/* remember XID we used last time so we can avoid
 		 * reusing the same one (incremented by rpcUdpSend routine)
 		 */
-		xidUpper[i]   = xact->obuf.xid & ~XACT_HASH_MSK;
+		xidUpper[i]   = xact->obuf.xid;
 		MU_UNLOCK(hlock);
 
 		bufFree(&xact->ibuf);
-- 
1.7.7




More information about the devel mailing list