Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.6.25-rc7 /net/rxrpc/ar-connection.c

Filename:/net/rxrpc/ar-connection.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.6.25-rc6  2.6.25-rc5  2.6.25-rc4  2.6.25-rc3  2.6.25-rc2  2.6.25-rc1 
(Following) 2.6.25-rc8  2.6.25-rc9  2.6.25 

Location
[  2.6.25-rc7
  [  net
    [  rxrpc
       o  ar-connection.c

Patch

diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c
index d6667f7..3869a58 100644
--- a/net/rxrpc/ar-connection.c
+++ b/net/rxrpc/ar-connection.c
@@ -651,7 +651,7 @@ rxrpc_incoming_connection(struct rxrpc_transport *trans,
 
    candidate->trans = trans;
    candidate->epoch = hdr->epoch;
-   candidate->cid = hdr->cid & __constant_cpu_to_be32(RXRPC_CIDMASK);
+   candidate->cid = hdr->cid & cpu_to_be32(RXRPC_CIDMASK);
    candidate->service_id = hdr->serviceId;
    candidate->security_ix = hdr->securityIndex;
    candidate->in_clientflag = RXRPC_CLIENT_INITIATED;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.