From: David S. Miller <hidden> Date: 2004-08-13 22:19:23
On Sat, 14 Aug 2004 07:56:02 +1000
Herbert Xu [off-list ref] wrote:
Now had you put this barrier between the reading of ip_ptr and
the checking of in_dev->dead, then the race would've been closed.
But I still prefer to move the work into inetdev_destroy.
Ok I see now. I've added your patch, it seems correct.