From: James Bottomley Date: Mon, 23 Jun 2008 19:52:09 +0000 (-0500) Subject: [SCSI] esp: tidy up target reference counting X-Git-Tag: v2.6.26-rc9~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5e69f6d3f4350681d6f7eaae515cf014be9276;p=pandora-kernel.git [SCSI] esp: tidy up target reference counting The esp driver currently does hand rolled reference counting of its target. It's much easier to do what it needs to do if it's plugged into the mid-layer callbacks (target_alloc and target_destroy) which were designed for this case, so do it this way and get rid of the internal target reference count. Acked-by: David S. Miller Cc: Stable Tree Signed-off-by: James Bottomley --- Reading git-diff-tree failed