From: Andy Grover Date: Mon, 30 Jun 2014 23:39:44 +0000 (-0700) Subject: target: Change core_dev_del_lun to take a se_lun instead of unpacked_lun X-Git-Tag: fixes-against-v3.18-rc2~19^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9d7cbaec8b622eee4edcd8bf481c4047f74915;p=pandora-kernel.git target: Change core_dev_del_lun to take a se_lun instead of unpacked_lun Remove core_tpg_pre_dellun entirely, since we don't need to get/check a pointer we already have. Nothing else can return an error, so core_dev_del_lun can return void. Rename core_tpg_post_dellun to remove_lun - a clearer name, now that pre_dellun is gone. Reviewed-by: Christoph Hellwig Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed