From: Jeff Dike Date: Fri, 6 Jan 2006 08:19:06 +0000 (-0800) Subject: [PATCH] uml: free network IRQ correctly X-Git-Tag: v2.6.16-rc1~936^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d93c700a489eba08514222df414a23852a85d2b;p=pandora-kernel.git [PATCH] uml: free network IRQ correctly Free the network IRQ when closing down the network devices at shutdown. Delete the device from the opened devices list on close. These prevent an -EBADF when later disabling SIGIO on all extant descriptors and a complaint from free_irq about freeing the IRQ twice. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed