From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [RFC PATCH 2/9] ipvs network name space aware Date: Tue, 12 Oct 2010 16:30:20 +0200 Message-ID: <4CB470FC.7070500@free.fr> References: <201010081316.54676.hans.schillstrom@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, horms@verge.net.au, ja@ssi.bg, wensong@linux-vs.org To: Hans Schillstrom Return-path: Received: from mtagate5.de.ibm.com ([195.212.17.165]:59159 "EHLO mtagate5.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757368Ab0JLOag (ORCPT ); Tue, 12 Oct 2010 10:30:36 -0400 In-Reply-To: <201010081316.54676.hans.schillstrom@ericsson.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 10/08/2010 01:16 PM, Hans Schillstrom wrote: > This part contains the include files > where include/net/netns/ip_vs.h is new and contains all moved vars. > > SUMMARY > > include/net/ip_vs.h | 136 ++++--- > include/net/net_namespace.h | 2 + > include/net/netns/ip_vs.h | 112 +++++ > > Signed-off-by:Hans Schillstrom > --- > Why are patch 1 and 2 the same ?