commit | fea1ab0fcf117bc1e9c9285af6463d31d9cc0ac6 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon Jul 30 18:04:09 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 31 02:28:25 2007 -0700 |
tree | 770c757c612b46baad7630156cdf1aa192b23b8b | |
parent | 8aeca8fea5f2de2563e097829d62af30ca2de650 [diff] |
[PKTGEN]: make get_ipsec_sa() static and non-inline Non-static inline code usually doesn't makes sense. In this case making is static and non-inline is the correct solution. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>