From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 01 Jun 2017 16:01:04 +0000 Subject: Re: [PATCH net-next] ppp: remove unnecessary bh disable in xmit path Message-Id: <20170601.120104.1498917277276131903.davem@davemloft.net> List-Id: References: <1496311119-59204-1-git-send-email-gfree.wind@vip.163.com> In-Reply-To: <1496311119-59204-1-git-send-email-gfree.wind@vip.163.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: gfree.wind@vip.163.com Cc: paulus@samba.org, linux-ppp@vger.kernel.org, g.nault@alphalink.fr, netdev@vger.kernel.org From: gfree.wind@vip.163.com Date: Thu, 1 Jun 2017 17:58:39 +0800 > From: Gao Feng > > Since the commit 55454a565836 ("ppp: avoid dealock on recursive xmit"), > the PPP xmit path is protected by wrapper functions which disable the > bh already. So it is unnecessary to disable the bh again in the real > xmit path. > > Signed-off-by: Gao Feng Applied, thank you.