commit | 5342b77c4123ba39f911d92a813295fb3bb21f69 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Sat Sep 19 13:13:17 2009 -0700 |
committer | Live-CD User <linux@linux.site> | Sat Sep 19 13:13:17 2009 -0700 |
tree | 9a1e0019453b81ca4bb9e729764887a27e175688 | |
parent | 46fb782522092f772c6ce2b129f201ca6e1e15a2 [diff] |
slip: Clean up create and destroy The network layer now has a destructor we can hook to clean up the slip devices array. That needs us to initiate unregister events in the right places which with the current tty layer we can do, and with network refcounting is safe to do. Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>