]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: remove inline instances from C source files.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 23 Apr 2012 04:49:13 +0000 (04:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2012 04:41:03 +0000 (00:41 -0400)
commit3159abceb2fc3611255df926fe5461af9b02bfa0
tree1cc35d2485a3be001329f53a69ee7dcba86539d6
parentbcf74bc085d272cf61399614c9ebb1e742e4cab2
tipc: remove inline instances from C source files.

Untie gcc's hands and let it do what it wants within the
individual source files.  There are two files, node.c and
port.c -- only the latter effectively changes (gcc-4.5.2).
Objdump shows gcc deciding to not inline port_peernode().

Suggested-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/node.c
net/tipc/port.c