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

David S. Miller (davem@redhat.com)
Mon, 09 Jun 2003 06:38:25 -0700 (PDT)


From: Duncan Sands <baldrick@wanadoo.fr>
Date: Mon, 9 Jun 2003 15:37:13 +0200

- refuse to open any more vccs; fail all attempts to send packets

My personal feeling is that there should be a way to zombie
VCCs, precisely for such events.

ATM should unlink them immediately, and mark them dead.
Anything that tries to do something with a VCC should
check that it is still alive.

With something like this you can ensure that a driver does
not get called into anymore.

It is just my non-ATM-expert opinion :-)
-
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/