scsi: Use 'blist_flags_t' for scsi_devinfo flags
As per recommendation from Linus we should be using a distinct type for blacklist flags. [mkp: was cut against an older kernel, applied by hand] Signed-off-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
faae19be80
commit
5ebde4694e
@@ -566,7 +566,7 @@ EXPORT_SYMBOL(scsi_sanitize_inquiry_string);
|
||||
* are copied to the scsi_device any flags value is stored in *@bflags.
|
||||
**/
|
||||
static int scsi_probe_lun(struct scsi_device *sdev, unsigned char *inq_result,
|
||||
int result_len, int *bflags)
|
||||
int result_len, blist_flags_t *bflags)
|
||||
{
|
||||
unsigned char scsi_cmd[MAX_COMMAND_SIZE];
|
||||
int first_inquiry_len, try_inquiry_len, next_inquiry_len;
|
||||
|
Reference in New Issue
Block a user