]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2fc: Remove bh disable in softirq context
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 9 Mar 2012 22:50:13 +0000 (14:50 -0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 01:36:54 +0000 (09:36 +0800)
commit89d5ca7c1e26d816cf94e3c7697d1be5eb1f79d4
treeb9b2b0e5da6d45dbbc8ea9120eca23f97818fbc0
parentc9c5d7522e089217218c7f357f94dad3644732ec
bnx2fc: Remove bh disable in softirq context

As with the fcoe sw transport, the bnx2fc packet handler function runs only in
softirq context.  Theres no need to disable bottom halves here

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
(cherry picked from commit fc05ab74b78a9e16b0faa9f0dc3c87f3f30d3231)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c