From 442db915f8b54f45e56133b4e9e3e58bd6580968 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 4 Jun 2013 15:34:49 +0200 Subject: nfsclient: Delete superfluous mask operation --- cpukit/libfs/src/nfsclient/src/rpcio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c index 6d9be33a86..881eeda4c9 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); -- cgit v1.2.3