cciss: Preserve all 8 bytes of LUN ID for logical drives.
[deliverable/linux.git] / drivers / block / cciss.h
index 96793425688eec673c867b8ba9f4b5b3ab849fc6..5188f713d1b0a5f058ff7e91ccb9472671300981 100644 (file)
@@ -30,7 +30,7 @@ struct access_method {
 };
 typedef struct _drive_info_struct
 {
-       __u32   LunID;  
+       unsigned char LunID[8];
        int     usage_count;
        struct request_queue *queue;
        sector_t nr_blocks;
This page took 0.02893 seconds and 5 git commands to generate.