From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: [PATCH 2/2] inetpeer: Fix incorrect comment about inetpeer struct size. Date: Wed, 01 Dec 2010 17:30:00 -0800 (PST) Message-ID: <20101201.173000.226789664.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51242 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754600Ab0LBB3d (ORCPT ); Wed, 1 Dec 2010 20:29:33 -0500 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 88DD624C088 for ; Wed, 1 Dec 2010 17:30:00 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Now with ipv6 support it is no longer less than 64 bytes. Signed-off-by: David S. Miller --- include/net/inetpeer.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h index 5161bfd..599d96e 100644 --- a/include/net/inetpeer.h +++ b/include/net/inetpeer.h @@ -35,7 +35,6 @@ struct inet_peer { * Once inet_peer is queued for deletion (refcnt == -1), following fields * are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp * We can share memory with rcu_head to keep inet_peer small - * (less then 64 bytes) */ union { struct { -- 1.7.3.2