You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SCSI] remove Scsi_Device typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
0a04137e75
commit
f64a181d89
@@ -718,7 +718,7 @@ void scsi_report_bus_reset(struct Scsi_Host * shost, int channel)
|
||||
*
|
||||
* Defined in: drivers/scsi/scsi.c .
|
||||
**/
|
||||
int scsi_track_queue_full(Scsi_Device *sdev, int depth)
|
||||
int scsi_track_queue_full(struct scsi_device *sdev, int depth)
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <scsi/scsi.h> /* for SCSI_IOCTL_GET_IDLUN */
|
||||
typedef void Scsi_Device; /* hack to avoid including scsi.h */
|
||||
#include <scsi/scsi_ioctl.h>
|
||||
#include <linux/hdreg.h> /* for HDIO_GETGEO */
|
||||
#include <linux/blkpg.h>
|
||||
|
||||
@@ -1006,7 +1006,7 @@ static void esp_exec_cmd(struct NCR_ESP *esp)
|
||||
struct ESP_regs *eregs = esp->eregs;
|
||||
struct esp_device *esp_dev;
|
||||
Scsi_Cmnd *SCptr;
|
||||
Scsi_Device *SDptr;
|
||||
struct scsi_device *SDptr;
|
||||
volatile unchar *cmdp = esp->esp_command;
|
||||
unsigned char the_esp_command;
|
||||
int lun, target;
|
||||
@@ -1687,7 +1687,7 @@ static inline int reconnect_lun(struct NCR_ESP *esp, struct ESP_regs *eregs)
|
||||
static inline void esp_connect(struct NCR_ESP *esp, struct ESP_regs *eregs,
|
||||
Scsi_Cmnd *sp)
|
||||
{
|
||||
Scsi_Device *dp = sp->device;
|
||||
struct scsi_device *dp = sp->device;
|
||||
struct esp_device *esp_dev = dp->hostdata;
|
||||
|
||||
if(esp->prev_soff != esp_dev->sync_max_offset ||
|
||||
@@ -3605,7 +3605,7 @@ out:
|
||||
}
|
||||
#endif
|
||||
|
||||
int esp_slave_alloc(Scsi_Device *SDptr)
|
||||
int esp_slave_alloc(struct scsi_device *SDptr)
|
||||
{
|
||||
struct esp_device *esp_dev =
|
||||
kmalloc(sizeof(struct esp_device), GFP_ATOMIC);
|
||||
@@ -3617,7 +3617,7 @@ int esp_slave_alloc(Scsi_Device *SDptr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void esp_slave_destroy(Scsi_Device *SDptr)
|
||||
void esp_slave_destroy(struct scsi_device *SDptr)
|
||||
{
|
||||
struct NCR_ESP *esp = (struct NCR_ESP *) SDptr->host->hostdata;
|
||||
|
||||
|
||||
@@ -664,6 +664,6 @@ extern int esp_abort(Scsi_Cmnd *);
|
||||
extern int esp_reset(Scsi_Cmnd *);
|
||||
extern int esp_proc_info(struct Scsi_Host *shost, char *buffer, char **start, off_t offset, int length,
|
||||
int inout);
|
||||
extern int esp_slave_alloc(Scsi_Device *);
|
||||
extern void esp_slave_destroy(Scsi_Device *);
|
||||
extern int esp_slave_alloc(struct scsi_device *);
|
||||
extern void esp_slave_destroy(struct scsi_device *);
|
||||
#endif /* !(NCR53C9X_H) */
|
||||
|
||||
@@ -820,7 +820,7 @@ static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr)
|
||||
break;
|
||||
|
||||
/*
|
||||
* Find the Scsi_Device associated with the SCSI
|
||||
* Find the scsi_device associated with the SCSI
|
||||
* address. Make sure we have the right array, and if
|
||||
* so set the flag to initiate a new re-config once we
|
||||
* see an AifEnConfigChange AIF come through.
|
||||
@@ -987,7 +987,7 @@ static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr)
|
||||
|
||||
|
||||
/*
|
||||
* Find the Scsi_Device associated with the SCSI address,
|
||||
* Find the scsi_device associated with the SCSI address,
|
||||
* and mark it as changed, invalidating the cache. This deals
|
||||
* with changes to existing device IDs.
|
||||
*/
|
||||
|
||||
@@ -6514,7 +6514,7 @@ do_aic7xxx_isr(int irq, void *dev_id, struct pt_regs *regs)
|
||||
static void
|
||||
aic7xxx_init_transinfo(struct aic7xxx_host *p, struct aic_dev_data *aic_dev)
|
||||
{
|
||||
Scsi_Device *sdpnt = aic_dev->SDptr;
|
||||
struct scsi_device *sdpnt = aic_dev->SDptr;
|
||||
unsigned char tindex;
|
||||
|
||||
tindex = sdpnt->id | (sdpnt->channel << 3);
|
||||
@@ -6581,7 +6581,7 @@ aic7xxx_init_transinfo(struct aic7xxx_host *p, struct aic_dev_data *aic_dev)
|
||||
* Set up the initial aic_dev struct pointers
|
||||
*-F*************************************************************************/
|
||||
static int
|
||||
aic7xxx_slave_alloc(Scsi_Device *SDptr)
|
||||
aic7xxx_slave_alloc(struct scsi_device *SDptr)
|
||||
{
|
||||
struct aic7xxx_host *p = (struct aic7xxx_host *)SDptr->host->hostdata;
|
||||
struct aic_dev_data *aic_dev;
|
||||
@@ -6644,7 +6644,7 @@ aic7xxx_slave_alloc(Scsi_Device *SDptr)
|
||||
* queueing to be [en|dis]abled for a specific adapter.
|
||||
*-F*************************************************************************/
|
||||
static void
|
||||
aic7xxx_device_queue_depth(struct aic7xxx_host *p, Scsi_Device *device)
|
||||
aic7xxx_device_queue_depth(struct aic7xxx_host *p, struct scsi_device *device)
|
||||
{
|
||||
int tag_enabled = FALSE;
|
||||
struct aic_dev_data *aic_dev = device->hostdata;
|
||||
@@ -6734,7 +6734,7 @@ aic7xxx_device_queue_depth(struct aic7xxx_host *p, Scsi_Device *device)
|
||||
* prepare for this device to go away
|
||||
*-F*************************************************************************/
|
||||
static void
|
||||
aic7xxx_slave_destroy(Scsi_Device *SDptr)
|
||||
aic7xxx_slave_destroy(struct scsi_device *SDptr)
|
||||
{
|
||||
struct aic_dev_data *aic_dev = SDptr->hostdata;
|
||||
|
||||
@@ -6754,7 +6754,7 @@ aic7xxx_slave_destroy(Scsi_Device *SDptr)
|
||||
* depths, allocate command structs, etc.
|
||||
*-F*************************************************************************/
|
||||
static int
|
||||
aic7xxx_slave_configure(Scsi_Device *SDptr)
|
||||
aic7xxx_slave_configure(struct scsi_device *SDptr)
|
||||
{
|
||||
struct aic7xxx_host *p = (struct aic7xxx_host *) SDptr->host->hostdata;
|
||||
struct aic_dev_data *aic_dev;
|
||||
|
||||
@@ -2862,7 +2862,7 @@ int acornscsi_proc_info(struct Scsi_Host *instance, char *buffer, char **start,
|
||||
int length, int inout)
|
||||
{
|
||||
int pos, begin = 0, devidx;
|
||||
Scsi_Device *scd;
|
||||
struct scsi_device *scd;
|
||||
AS_Host *host;
|
||||
char *p = buffer;
|
||||
|
||||
|
||||
@@ -2559,7 +2559,7 @@ int fas216_eh_bus_reset(Scsi_Cmnd *SCpnt)
|
||||
{
|
||||
FAS216_Info *info = (FAS216_Info *)SCpnt->device->host->hostdata;
|
||||
unsigned long flags;
|
||||
Scsi_Device *SDpnt;
|
||||
struct scsi_device *SDpnt;
|
||||
|
||||
fas216_checkmagic(info);
|
||||
fas216_log(info, LOG_ERROR, "resetting bus");
|
||||
@@ -3000,7 +3000,7 @@ int fas216_print_stats(FAS216_Info *info, char *buffer)
|
||||
int fas216_print_devices(FAS216_Info *info, char *buffer)
|
||||
{
|
||||
struct fas216_device *dev;
|
||||
Scsi_Device *scd;
|
||||
struct scsi_device *scd;
|
||||
char *p = buffer;
|
||||
|
||||
p += sprintf(p, "Device/Lun TaggedQ Parity Sync\n");
|
||||
|
||||
+2
-2
@@ -70,7 +70,7 @@ static unsigned char target2alpa[] = {
|
||||
|
||||
static int fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd);
|
||||
|
||||
int fcal_slave_configure(Scsi_Device *device)
|
||||
int fcal_slave_configure(struct scsi_device *device)
|
||||
{
|
||||
int depth_to_use;
|
||||
|
||||
@@ -244,7 +244,7 @@ int fcal_proc_info (struct Scsi_Host *host, char *buffer, char **start, off_t of
|
||||
SPRINTF (" [AL-PA: %02x, Port WWN: %08x%08x, Node WWN: %08x%08x] Not responded to PRLI\n",
|
||||
alpa, u1[0], u1[1], u2[0], u2[1]);
|
||||
} else {
|
||||
Scsi_Device *scd;
|
||||
struct scsi_device *scd;
|
||||
shost_for_each_device(scd, host)
|
||||
if (scd->id == target) {
|
||||
SPRINTF (" [AL-PA: %02x, Id: %02d, Port WWN: %08x%08x, Node WWN: %08x%08x] ",
|
||||
|
||||
+1
-1
@@ -22,6 +22,6 @@ struct fcal {
|
||||
|
||||
int fcal_detect(struct scsi_host_template *);
|
||||
int fcal_release(struct Scsi_Host *);
|
||||
int fcal_slave_configure(Scsi_Device *);
|
||||
int fcal_slave_configure(struct scsi_device *);
|
||||
|
||||
#endif /* !(_FCAL_H) */
|
||||
|
||||
@@ -798,7 +798,7 @@ static int generic_NCR5380_proc_info(struct Scsi_Host *scsi_ptr, char *buffer, c
|
||||
Scsi_Cmnd *ptr;
|
||||
struct NCR5380_hostdata *hostdata;
|
||||
#ifdef NCR5380_STATS
|
||||
Scsi_Device *dev;
|
||||
struct scsi_device *dev;
|
||||
extern const char *const scsi_device_types[MAX_SCSI_DEVICE_CODE];
|
||||
#endif
|
||||
|
||||
|
||||
+3
-3
@@ -5562,7 +5562,7 @@ static void gdth_flush(int hanum)
|
||||
#else
|
||||
Scsi_Cmnd *scp;
|
||||
#endif
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
char cmnd[MAX_COMMAND_SIZE];
|
||||
memset(cmnd, 0xff, MAX_COMMAND_SIZE);
|
||||
|
||||
@@ -5624,10 +5624,10 @@ static int gdth_halt(struct notifier_block *nb, ulong event, void *buf)
|
||||
gdth_cmd_str gdtcmd;
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||
Scsi_Request *srp;
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#else
|
||||
Scsi_Cmnd *scp;
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#endif
|
||||
char cmnd[MAX_COMMAND_SIZE];
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -944,9 +944,9 @@ typedef struct {
|
||||
ulong dma32_cnt, dma64_cnt; /* statistics: DMA buffer */
|
||||
#endif
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#else
|
||||
Scsi_Device sdev;
|
||||
struct scsi_device sdev;
|
||||
#endif
|
||||
} gdth_ha_str;
|
||||
|
||||
|
||||
@@ -54,10 +54,10 @@ static int gdth_set_info(char *buffer,int length,struct Scsi_Host *host,
|
||||
int ret_val = -EINVAL;
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||
Scsi_Request *scp;
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#else
|
||||
Scsi_Cmnd *scp;
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#endif
|
||||
TRACE2(("gdth_set_info() ha %d bus %d\n",hanum,busnum));
|
||||
|
||||
@@ -232,10 +232,10 @@ static int gdth_get_info(char *buffer,char **start,off_t offset,int length,
|
||||
gdth_evt_str *estr;
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||
Scsi_Request *scp;
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#else
|
||||
Scsi_Cmnd *scp;
|
||||
Scsi_Device *sdev;
|
||||
struct scsi_device *sdev;
|
||||
#endif
|
||||
char hrec[161];
|
||||
struct timeval tv;
|
||||
@@ -275,7 +275,7 @@ static int gdth_get_info(char *buffer,char **start,off_t offset,int length,
|
||||
scp->cmd_len = 12;
|
||||
scp->use_sg = 0;
|
||||
#else
|
||||
memset(&sdev,0,sizeof(Scsi_Device));
|
||||
memset(&sdev,0,sizeof(struct scsi_device));
|
||||
memset(&scp, 0,sizeof(Scsi_Cmnd));
|
||||
sdev.host = scp.host = host;
|
||||
sdev.id = scp.target = sdev.host->this_id;
|
||||
|
||||
@@ -882,7 +882,7 @@ static inline int should_transform(ide_drive_t *drive, struct scsi_cmnd *cmd)
|
||||
struct gendisk *disk = cmd->request->rq_disk;
|
||||
|
||||
if (disk) {
|
||||
struct Scsi_Device_Template **p = disk->private_data;
|
||||
struct struct scsi_device_Template **p = disk->private_data;
|
||||
if (strcmp((*p)->scsi_driverfs_driver.name, "sg") == 0)
|
||||
return test_bit(IDESCSI_SG_TRANSFORM, &scsi->transform);
|
||||
}
|
||||
|
||||
+3
-3
@@ -1262,9 +1262,9 @@ ips_proc24_info(char *buffer, char **start, off_t offset, int length,
|
||||
/* */
|
||||
/****************************************************************************/
|
||||
static void
|
||||
ips_select_queue_depth(struct Scsi_Host *host, Scsi_Device * scsi_devs)
|
||||
ips_select_queue_depth(struct Scsi_Host *host, struct scsi_device * scsi_devs)
|
||||
{
|
||||
Scsi_Device *device;
|
||||
struct scsi_device *device;
|
||||
ips_ha_t *ha;
|
||||
int count = 0;
|
||||
int min;
|
||||
@@ -1307,7 +1307,7 @@ ips_select_queue_depth(struct Scsi_Host *host, Scsi_Device * scsi_devs)
|
||||
/* */
|
||||
/****************************************************************************/
|
||||
static int
|
||||
ips_slave_configure(Scsi_Device * SDptr)
|
||||
ips_slave_configure(struct scsi_device * SDptr)
|
||||
{
|
||||
ips_ha_t *ha;
|
||||
int min;
|
||||
|
||||
+2
-2
@@ -449,13 +449,13 @@
|
||||
*/
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
|
||||
static int ips_proc24_info(char *, char **, off_t, int, int, int);
|
||||
static void ips_select_queue_depth(struct Scsi_Host *, Scsi_Device *);
|
||||
static void ips_select_queue_depth(struct Scsi_Host *, struct scsi_device *);
|
||||
static int ips_biosparam(Disk *disk, kdev_t dev, int geom[]);
|
||||
#else
|
||||
static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int);
|
||||
static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev,
|
||||
sector_t capacity, int geom[]);
|
||||
static int ips_slave_configure(Scsi_Device *SDptr);
|
||||
static int ips_slave_configure(struct scsi_device *SDptr);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
@@ -1717,7 +1717,7 @@ static void nsp_cs_config(dev_link_t *link)
|
||||
struct Scsi_Host *host;
|
||||
nsp_hw_data *data = &nsp_data_base;
|
||||
#if !(LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,74))
|
||||
Scsi_Device *dev;
|
||||
struct scsi_device *dev;
|
||||
dev_node_t **tail, *node;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ static void __init pluto_detect_scsi_done(Scsi_Cmnd *SCpnt)
|
||||
up(&fc_sem);
|
||||
}
|
||||
|
||||
int pluto_slave_configure(Scsi_Device *device)
|
||||
int pluto_slave_configure(struct scsi_device *device)
|
||||
{
|
||||
int depth_to_use;
|
||||
|
||||
@@ -94,7 +94,7 @@ int __init pluto_detect(struct scsi_host_template *tpnt)
|
||||
{
|
||||
int i, retry, nplutos;
|
||||
fc_channel *fc;
|
||||
Scsi_Device dev;
|
||||
struct scsi_device dev;
|
||||
DEFINE_TIMER(fc_timer, pluto_detect_timeout, 0, 0);
|
||||
|
||||
tpnt->proc_name = "pluto";
|
||||
|
||||
@@ -41,7 +41,7 @@ struct pluto_inquiry {
|
||||
int pluto_detect(struct scsi_host_template *);
|
||||
int pluto_release(struct Scsi_Host *);
|
||||
const char * pluto_info(struct Scsi_Host *);
|
||||
int pluto_slave_configure(Scsi_Device *);
|
||||
int pluto_slave_configure(struct scsi_device *);
|
||||
|
||||
#endif /* !(_PLUTO_H) */
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user