Merge branch 'ppp-kill-zombie-state'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 16:31:27 +0000 (11:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 16:31:27 +0000 (11:31 -0500)
commit7521cd43ef04e0353ba499f528c91c34108a1169
tree6be6919c595cac8d7a394fdcc29a5f9e4d68e4b2
parentbdc17fad6f8ea2dc8b260449cca4b4715bd2fb8b
parenta8acce6aa584aa731a2bed240bcd8dc955f01414
Merge branch 'ppp-kill-zombie-state'

Guillaume Nault says:

====================
ppp: Remove PPPOX_ZOMBIE socket state

Several issues have been found lately wrt. the PPPOX_ZOMBIE socket
state. This state is now only set upon reception of a PADT to stop
further transmissions. However this is redundant with the PADT
workqueue mechanism introduced by 287f3a943fef ("pppoe: Use workqueue
to die properly when a PADT is received").

We can thus simplify pppox socket state handling by getting rid of
PPPOX_ZOMBIE entirely.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>