From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 13 Mar 2009 14:27:18 -0700 (PDT) Message-Id: <20090313.142718.21189207.davem@davemloft.net> From: David Miller In-Reply-To: <74b87ec3359e6e65d59cd6fb62a83fb469e6c8ae.1236702228.git.scott@canonical.com> References: <74b87ec3359e6e65d59cd6fb62a83fb469e6c8ae.1236702228.git.scott@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH 01/31] bridge: Auto-load bridge module when socket opened. List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: scott@canonical.com Cc: bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org From: Scott James Remnant Date: Mon, 2 Mar 2009 16:40:10 +0000 > The bridge module is missing the net-pf-7 alias that would cause it to > be auto-loaded when a socket of that type is opened. This patch adds > the alias. > > Signed-off-by: Scott James Remnant > Signed-off-by: Tim Gardner Bridging has no sockets, so this patch won't do anything. Did you verify that these changes actually do something? Or did you blindly run around peppering source files with these annotations?