Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi-tgt: BKL pushdown

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Arnd Bergmann and committed by
Jonathan Corbet
556e4b0b 5ab0854d

+2
+2
drivers/scsi/scsi_tgt_if.c
··· 21 21 */ 22 22 #include <linux/miscdevice.h> 23 23 #include <linux/file.h> 24 + #include <linux/smp_lock.h> 24 25 #include <net/tcp.h> 25 26 #include <scsi/scsi.h> 26 27 #include <scsi/scsi_cmnd.h> ··· 322 321 { 323 322 tx_ring.tr_idx = rx_ring.tr_idx = 0; 324 323 324 + cycle_kernel_lock(); 325 325 return 0; 326 326 } 327 327