scsi: devinfo: change blist_flag_t to 64bit
Space for SCSI blist flags is gradually running out. Change the type to __u64 and fix a checkpatch complaint about symbolic mode flags in scsi_devinfo.c. Make checkpatch happy by replacing simple_strtoul() with kstrtoull(). Signed-off-by:Martin Wilck <mwilck@suse.com> Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com>
Showing
- drivers/scsi/scsi_devinfo.c 13 additions, 5 deletionsdrivers/scsi/scsi_devinfo.c
- drivers/scsi/scsi_sysfs.c 1 addition, 1 deletiondrivers/scsi/scsi_sysfs.c
- include/scsi/scsi_device.h 1 addition, 1 deletioninclude/scsi/scsi_device.h
- include/scsi/scsi_devinfo.h 25 additions, 25 deletionsinclude/scsi/scsi_devinfo.h
Loading
Please register or sign in to comment