Re: [PATCH net-next] ppp: remove unnecessary bh disable in xmit path

2017-06-01 Thread David Miller
From: gfree.w...@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 th

Re: [PATCH net-next] ppp: remove unnecessary bh disable in xmit path

2017-06-01 Thread Guillaume Nault
On Thu, Jun 01, 2017 at 05:58:39PM +0800, gfree.w...@vip.163.com wrote: > 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 i

[PATCH net-next] ppp: remove unnecessary bh disable in xmit path

2017-06-01 Thread gfree . wind
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 --- drivers/net/ppp/ppp_generic.c