tree bff220245285154b45094d89e8b75f94d61d502b
parent 561bbe3235da614562fb26bb14042af684971a2d
author Herbert Xu <[EMAIL PROTECTED]> Wed, 20 Apr 2005 10:46:37 -0700
committer David S. Miller <[EMAIL PROTECTED](none)> Wed, 20 Apr 2005 10:46:37 
-0700

[NET]: Shave sizeof(ptr) bytes off dst_entry

Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/dst.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

Index: include/net/dst.h
===================================================================
--- c60b08c7d319dd4799d7910e4f0c58100a80afd1/include/net/dst.h  (mode:100644 
sha1:50adc913653099ea49c2753aeae0438c4a380bdd)
+++ bff220245285154b45094d89e8b75f94d61d502b/include/net/dst.h  (mode:100644 
sha1:4a056a68243540fa610a9363bef13c6a0b59c7ef)
@@ -42,7 +42,8 @@
        int                     __use;
        struct dst_entry        *child;
        struct net_device       *dev;
-       int                     obsolete;
+       short                   error;
+       short                   obsolete;
        int                     flags;
 #define DST_HOST               1
 #define DST_NOXFRM             2
@@ -61,8 +62,6 @@
        unsigned long           rate_last;      /* rate limiting for ICMP */
        unsigned long           rate_tokens;
 
-       int                     error;
-
        struct neighbour        *neighbour;
        struct hh_cache         *hh;
        struct xfrm_state       *xfrm;
-
To unsubscribe from this list: send the line "unsubscribe bk-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