scsi: use 64-bit LUNs
[deliverable/linux.git] / include / scsi / scsi.h
index 0a4edfe8af510ad7739ea931c559dbef11727b68..91e2e4215ba0cb91377601909c69d1be03e6336d 100644 (file)
@@ -385,7 +385,7 @@ struct scsi_lun {
 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
 
-static inline int scsi_is_wlun(unsigned int lun)
+static inline int scsi_is_wlun(u64 lun)
 {
        return (lun & 0xff00) == SCSI_W_LUN_BASE;
 }
This page took 0.023663 seconds and 5 git commands to generate.