Re: [PATCH][ATM] use rtnl_{lock,unlock} during device operations

David S. Miller (davem@redhat.com)
Mon, 09 Jun 2003 16:00:13 -0700 (PDT)


From: Roman Zippel <zippel@linux-m68k.org>
Date: Tue, 10 Jun 2003 00:59:21 +0200 (CEST)

You still need to synchronize with already running functions

netdev->dead = 1;
netdev->op_this = NULL;
netdev->op_that = NULL;
netdev->op_whatever = NULL;
synchronize_kernel();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/