From: Christoph Hellwig Date: Sun, 17 Jun 2012 22:40:52 +0000 (-0400) Subject: target: add struct spc_ops + initial ->execute_rw pointer usage X-Git-Tag: v3.6-rc1~156^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c2ad7d1132d8b089b1d37875917858e03610019;p=pandora-kernel.git target: add struct spc_ops + initial ->execute_rw pointer usage Remove the execute_cmd method in struct se_subsystem_api, and always use the one directly in struct se_cmd. To make life simpler for SBC virtual backends a struct spc_ops that is passed to sbc_parse_cmd is added. For now it only contains an execute_rw member, but more will follow with the subsequent commits. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed