ChangeSet 1.2217.1.17, 2005/03/16 20:54:22-08:00, [EMAIL PROTECTED]
[IPV4]: Save space in struct inetpeer on 64-bit platforms.
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
inetpeer.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/include/net/inetpeer.h b/include/net/inetpeer.h
--- a/include/net/inetpeer.h 2005-03-18 14:06:46 -08:00
+++ b/include/net/inetpeer.h 2005-03-18 14:06:46 -08:00
@@ -19,9 +19,9 @@
{
struct inet_peer *avl_left, *avl_right;
struct inet_peer *unused_next, **unused_prevp;
- atomic_t refcnt;
unsigned long dtime; /* the time of last use of not
* referenced entries */
+ atomic_t refcnt;
__u32 v4daddr; /* peer's address */
__u16 avl_height;
__u16 ip_id_count; /* IP ID for the next packet */
-
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