From: Neil Horman Date: Fri, 9 Mar 2012 22:50:08 +0000 (-0800) Subject: [SCSI] foce: remove bh disable from fcoe sw transport rcv function X-Git-Tag: v3.4-rc1~6^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94aa29f28e748484de7acef09a0023846624a81c;p=pandora-kernel.git [SCSI] foce: remove bh disable from fcoe sw transport rcv function The fcoe sw recive packet function (fcoe_rcv) only ever executes in softirq context. Given that, and the fact that no use of the fcoe_rx_list is made in irq context, its not necessecary to disable bottom halves while actually receiving the frame. Convert spin_*_bh calls in that function to their lock-only equivalents Signed-off-by: Neil Horman Acked-by: Vasu Dev Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed