patch-2.3.27 linux/drivers/scsi/hosts.h

Next file: linux/drivers/scsi/ibmmca.c
Previous file: linux/drivers/scsi/hosts.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/hosts.h linux/drivers/scsi/hosts.h
@@ -277,6 +277,11 @@
      */
     unsigned emulated:1;
 
+    /*
+     * Name of proc directory
+     */
+    char *proc_name;
+
 } Scsi_Host_Template;
 
 /*
@@ -322,6 +327,7 @@
 /* public: */
     unsigned short extra_bytes;
     unsigned short host_no;  /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */
+    char proc_name[4];
     int resetting; /* if set, it means that last_reset is a valid value */
     unsigned long last_reset;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)