From: Christoph Hellwig Date: Mon, 8 Oct 2012 04:03:19 +0000 (-0400) Subject: target: kill struct se_subsystem_dev X-Git-Tag: v3.8-rc1~94^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd97ccf45be26fb01b3a412f1f6c6b5044b2f16;p=pandora-kernel.git target: kill struct se_subsystem_dev Simplify the code a lot by killing the superflous struct se_subsystem_dev. Instead se_device is allocated early on by the backend driver, which allocates it as part of its own per-device structure, borrowing the scheme that is for example used for inode allocation. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed