From: Christof Schmitt Date: Tue, 24 Nov 2009 15:54:04 +0000 (+0100) Subject: [SCSI] zfcp: Implement module unloading X-Git-Tag: v2.6.33-rc1~344^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fad4176464281e776022dee7d029144afbeb13;p=pandora-kernel.git [SCSI] zfcp: Implement module unloading With the reference counting for zfcp data structures, it is now possible to implement module unloading again. Module unloading requires to free all data structures in the module exit function. This is done by unregistering zfcp from s390 cio and the SCSI midlayer first in the module exit function. Reviewed-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed