mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
[IPVS]: "extern inline" -> "static inline"
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ff4cc3ac93
commit
732db659b8
@ -958,7 +958,7 @@ static __inline__ int ip_vs_todrop(void)
|
|||||||
*/
|
*/
|
||||||
#define IP_VS_FWD_METHOD(cp) (cp->flags & IP_VS_CONN_F_FWD_MASK)
|
#define IP_VS_FWD_METHOD(cp) (cp->flags & IP_VS_CONN_F_FWD_MASK)
|
||||||
|
|
||||||
extern __inline__ char ip_vs_fwd_tag(struct ip_vs_conn *cp)
|
static inline char ip_vs_fwd_tag(struct ip_vs_conn *cp)
|
||||||
{
|
{
|
||||||
char fwd;
|
char fwd;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user