Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b9aed45507b657abab0b88da2c9b509a9dc462b1
Commit:     b9aed45507b657abab0b88da2c9b509a9dc462b1
Parent:     c95aaf9af5a1f6dee56d1f2ab4915cd722d608da
Author:     Ilpo Järvinen <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 12 21:26:31 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:01:57 2008 -0800

    [NETFILTER] xt_policy.c: kill some bloat
    
    net/netfilter/xt_policy.c:
      policy_mt | -906
     1 function changed, 906 bytes removed, diff: -906
    
    net/netfilter/xt_policy.c:
      match_xfrm_state | +427
     1 function changed, 427 bytes added, diff: +427
    
    net/netfilter/xt_policy.o:
     2 functions changed, 427 bytes added, 906 bytes removed, diff: -479
    
    Alternatively, this could be done by combining identical
    parts of the match_policy_in/out()
    
    Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/netfilter/xt_policy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/netfilter/xt_policy.c b/net/netfilter/xt_policy.c
index 46ee7e8..45731ca 100644
--- a/net/netfilter/xt_policy.c
+++ b/net/netfilter/xt_policy.c
@@ -33,7 +33,7 @@ xt_addr_cmp(const union xt_policy_addr *a1, const union 
xt_policy_addr *m,
        return false;
 }
 
-static inline bool
+static bool
 match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e,
                 unsigned short family)
 {
-
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