From: Bart Van Assche Date: Tue, 14 Apr 2015 11:26:06 +0000 (+0200) Subject: target: Make core_tmr_abort_task() skip TMFs X-Git-Tag: omap-for-v4.1/fixes-rc1~30^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0fafdab88b98581728a574885d0e4d9c6d0640;p=pandora-kernel.git target: Make core_tmr_abort_task() skip TMFs The loop in core_tmr_abort_task() iterates over sess_cmd_list. That list is a list of regular commands and task management functions (TMFs). Skip TMFs in this loop instead of letting the target drivers filter out TMFs in their get_task_tag() callback function. (Drop bogus check removal in tcm_qla2xxx_get_task_tag - nab) Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Andy Grover Cc: Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed