From: Chris Leech Date: Tue, 25 Aug 2009 21:00:02 +0000 (-0700) Subject: [SCSI] fcoe: fcoe_interface create, destroy and refcounting X-Git-Tag: v2.6.32-rc1~689^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=030f4e001f13e0ee80bac1e756013341b1674d10;p=pandora-kernel.git [SCSI] fcoe: fcoe_interface create, destroy and refcounting Up to this point the fcoe_instance structure was simply kzalloc/kfreed. This patch introduces create and destroy functions as well as kref based reference counting. The create function will grow as the initialization code is moved there. Signed-off-by: Chris Leech Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed