From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751446Ab1GAEFv (ORCPT ); Fri, 1 Jul 2011 00:05:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63656 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709Ab1GAEFu (ORCPT ); Fri, 1 Jul 2011 00:05:50 -0400 Message-ID: <4E0D4799.3030508@redhat.com> Date: Fri, 01 Jul 2011 12:05:45 +0800 From: Cong Wang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: Joe Perches CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 0/2] netpoll: Trivial updates References: <4E0D3E80.5080209@redhat.com> <1309491349.7277.22.camel@Joe-Laptop> <4E0D43C3.5090502@redhat.com> <1309492522.7277.25.camel@Joe-Laptop> <4E0D4651.7000005@redhat.com> <1309493039.7277.26.camel@Joe-Laptop> In-Reply-To: <1309493039.7277.26.camel@Joe-Laptop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2011年07月01日 12:03, Joe Perches 写道: > On Fri, 2011-07-01 at 12:00 +0800, Cong Wang wrote: >> 于 2011年07月01日 11:55, Joe Perches 写道: >>> On Fri, 2011-07-01 at 11:49 +0800, Cong Wang wrote: >>>> 于 2011年07月01日 11:35, Joe Perches 写道: >>>>>> BTW, you can kill the export of netpoll_send_skb_on_dev() too. >>>>> Not too sure about that. >>>>> It's used in netpoll.h by netpoll_send_skb. >>>>> It could be called from anywhere. >>>>> It's currently called/used by bonding.h. >>> Read what I wrote. >>> Look up one level at where it's used by netpoll.h. >> Then move netpoll_send_skb(), export it instead of netpoll_send_skb_on_dev()... > > Submit that if you choose. Well, you are on it, I am fine to leave as it is, as you agree these changes are all trivial. :)