From: Allan Stephens Date: Wed, 19 Oct 2011 19:18:11 +0000 (-0400) Subject: tipc: Do timely cleanup of disabled Ethernet bearer resources X-Git-Tag: v3.3-rc1~182^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b32f7e38627a325c825087318c09075a5edc42;p=pandora-kernel.git tipc: Do timely cleanup of disabled Ethernet bearer resources Modifies Ethernet bearer disable logic to break the association between the bearer and its device driver at the time the bearer is disabled, rather than when the TIPC module is unloaded. This allows the array entry used by the disabled bearer to be re-used if the same bearer (or a different one) is subsequently enabled. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed