From: Christoph Hellwig Date: Wed, 21 Dec 2011 19:14:05 +0000 (-0500) Subject: target: remove the transport_lun_active field in struct se_cmd X-Git-Tag: v3.4-rc1~146^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d26fea01d5f80e3e585d69d8d73a60e1ca563a0;p=pandora-kernel.git target: remove the transport_lun_active field in struct se_cmd There is no reason to have a flag telling if a command is on the per-lun list, we can simply do a list_empty check before removing it as long as we're careful to always use list_del_init. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed