From: Dan Williams Date: Fri, 22 Jun 2012 06:36:30 +0000 (-0700) Subject: [SCSI] libsas: trim sas_task of slow path infrastructure X-Git-Tag: v3.6-rc1~103^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0bf750c2d25c3a2131ececbff63c7878e0e3765;p=pandora-kernel.git [SCSI] libsas: trim sas_task of slow path infrastructure The timer and the completion are only used for slow path tasks (smp, and lldd tmfs), yet we incur the allocation space and cpu setup time for every fast path task. Cc: Xiangliang Yu Acked-by: Jack Wang Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed