From: Stanislaw Gruszka Date: Wed, 30 Nov 2005 00:16:41 +0000 (-0800) Subject: [ATM]: deregistration removes device from atm_devs list immediately X-Git-Tag: v2.6.15-rc4~4^2~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64bf69ddff7637b7ed7acf9b2a823cc0ee519439;p=pandora-kernel.git [ATM]: deregistration removes device from atm_devs list immediately atm_dev_deregister() removes device from atm_dev list immediately to prevent operations on a phantom device. Decision to free device based only on ->refcnt now. Remove shutdown_atm_dev() use atm_dev_deregister() instead. atm_dev_deregister() also asynchronously releases all vccs related to device. Signed-off-by: Stanislaw Gruszka Signed-off-by: Chas Williams Signed-off-by: David S. Miller --- Reading git-diff-tree failed