Re: [PATCH 1/1 net-next] inet: frags: remove inline on static in c file

2014-11-04 Thread David Miller
From: Fabian Frederick Date: Tue, 4 Nov 2014 20:44:04 +0100 > remove __inline__ / inline and let compiler decide what to do > with static functions > > Inspired-by: "David S. Miller" > Signed-off-by: Fabian Frederick Applied. -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH 1/1 net-next] inet: frags: remove inline on static in c file

2014-11-04 Thread Fabian Frederick
remove __inline__ / inline and let compiler decide what to do with static functions Inspired-by: "David S. Miller" Signed-off-by: Fabian Frederick --- net/ipv4/ip_fragment.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip