Hannes Frederic Sowa 34d92d5315 net: always inline net_secret_init
Currently net_secret_init does not get inlined, so we always have a call
to net_secret_init even in the fast path.

Let's specify net_secret_init as __always_inline so we have the nop in
the fast-path without the call to net_secret_init and the unlikely path
at the epilogue of the function.

jump_labels handle the inlining correctly.

Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-10-23 16:26:46 -04:00
..
2013-10-18 13:56:07 -04:00
2013-10-23 16:26:46 -04:00
2013-10-14 11:29:31 +02:00
2013-10-21 18:49:39 -04:00
2013-10-21 18:49:39 -04:00
2013-09-23 16:52:45 -04:00
2013-09-03 22:34:47 -04:00
2013-10-19 19:36:19 -04:00
2013-08-14 01:13:40 +02:00
2013-10-18 16:23:06 -04:00
2013-10-02 16:08:24 -04:00
2013-09-13 15:09:52 +02:00
2013-05-27 22:50:59 -07:00