kernel-hacking-2024-linux-s.../net/tipc
Andrew Morton 6ced0b3f1e net/tipc/subscr.c: don't use ___constant_swab32
It's an internal implementation detail which we _should_ be free to change. 
So we did, and it promptly broke.

The compiler shold be able to work out when to use the __constant version
anyway.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-13 02:32:06 -07:00
..
addr.c
addr.h
bcast.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
bcast.h
bearer.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
bearer.h
cluster.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
cluster.h
config.c
config.h
core.c
core.h
dbg.c
dbg.h
discover.c
discover.h
eth_media.c netns: Use net_eq() to compare net-namespaces for optimization. 2008-07-19 22:34:43 -07:00
handler.c
Kconfig
link.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
link.h
Makefile
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c tipc: Optimization to multicast name lookup algorithm 2008-07-14 22:45:33 -07:00
name_table.h
net.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
net.h
netlink.c
node.c tipc: Add missing locks when inspecting node list & link list 2008-07-14 22:44:58 -07:00
node.h
node_subscr.c
node_subscr.h
port.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
port.h
ref.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
ref.h
socket.c tipc: Fix race condition that could cause accept() to fail 2008-07-14 22:43:32 -07:00
subscr.c net/tipc/subscr.c: don't use ___constant_swab32 2008-08-13 02:32:06 -07:00
subscr.h
user_reg.c tipc: Eliminate improper use of TIPC_OK error code 2008-07-14 22:44:01 -07:00
user_reg.h
zone.c
zone.h