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

scsi_dh: move to drivers/scsi

Prepare for building scsi_dh.c into the core SCSI module by moving it to
drivers/scsi.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>

authored by

Christoph Hellwig and committed by
James Bottomley
daaa858b 566079c8

+1 -1
+1 -1
drivers/scsi/device_handler/scsi_dh.c drivers/scsi/scsi_dh.c
··· 24 24 #include <linux/slab.h> 25 25 #include <linux/module.h> 26 26 #include <scsi/scsi_dh.h> 27 - #include "../scsi_priv.h" 27 + #include "scsi_priv.h" 28 28 29 29 static DEFINE_SPINLOCK(list_lock); 30 30 static LIST_HEAD(scsi_dh_list);