scsi: devinfo: change blist_flag_t to 64bit
authorMartin Wilck <mwilck@suse.com>
Tue, 17 Apr 2018 23:35:08 +0000 (01:35 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Apr 2018 23:14:35 +0000 (19:14 -0400)
commit1409880357ed33dc1c23eed080d88ea4410ed9a3
treebedb737ada763f6fb7a65697dda062b66c745ba6
parent659c1c1b29ebc4af9148eed74a9f28f00b8b6dc6
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>
drivers/scsi/scsi_devinfo.c
drivers/scsi/scsi_sysfs.c
include/scsi/scsi_device.h
include/scsi/scsi_devinfo.h