From: Dan Carpenter Date: Tue, 8 May 2012 10:28:59 +0000 (+0300) Subject: target: lock => unlock typo in transport_lun_wait_for_tasks X-Git-Tag: v3.5-rc1~174^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2301917044b96fda41f794011368e623a9b7a435;p=pandora-kernel.git target: lock => unlock typo in transport_lun_wait_for_tasks target_stop_cmd() returns with the lock held and IRQs disabled. The intent was to unlock here. This bug was originally added with: commit cf572a9627c9ae86082216de109780c1d2e2ee28 Author: Christoph Hellwig Date: Tue Apr 24 00:25:05 2012 -0400 target: move the state and execute lists to the command Signed-off-by: Dan Carpenter Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed