Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ad1b30b1c282bc8c726a9b123a1312a3930bcd42
Commit:     ad1b30b1c282bc8c726a9b123a1312a3930bcd42
Parent:     bb5cf80e94ad9650c4bd39e92fb917af8e87fa43
Author:     Ilpo Järvinen <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 5 23:12:40 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:00:43 2008 -0800

    [IPVS]: Kill some bloat
    
    net/ipv4/ipvs/ip_vs_xmit.c:
      ip_vs_icmp_xmit   | -638
      ip_vs_tunnel_xmit | -674
      ip_vs_nat_xmit    | -716
      ip_vs_dr_xmit     | -682
     4 functions changed, 2710 bytes removed, diff: -2710
    
    net/ipv4/ipvs/ip_vs_xmit.c:
      __ip_vs_get_out_rt | +595
     1 function changed, 595 bytes added, diff: +595
    
    net/ipv4/ipvs/ip_vs_xmit.o:
     5 functions changed, 595 bytes added, 2710 bytes removed, diff: -2115
    
    Without some CONFIG.*DEBUGs:
    
    net/ipv4/ipvs/ip_vs_xmit.o:
     5 functions changed, 383 bytes added, 1513 bytes removed, diff: -1130
    
    Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/ipv4/ipvs/ip_vs_xmit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/ipvs/ip_vs_xmit.c b/net/ipv4/ipvs/ip_vs_xmit.c
index 1e96bf8..8436bf8 100644
--- a/net/ipv4/ipvs/ip_vs_xmit.c
+++ b/net/ipv4/ipvs/ip_vs_xmit.c
@@ -59,7 +59,7 @@ __ip_vs_dst_check(struct ip_vs_dest *dest, u32 rtos, u32 
cookie)
        return dst;
 }
 
-static inline struct rtable *
+static struct rtable *
 __ip_vs_get_out_rt(struct ip_vs_conn *cp, u32 rtos)
 {
        struct rtable *rt;                      /* Route to the other host */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to