lkml.org 
[lkml]   [2017]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] scsi: Use 'blist_flags_t' for scsi_devinfo flags
From
Date

Hi Hannes,

> As per recommendation from Linus we should be using a distinct
> type for blacklist flags.
> -#define BLIST_MAX_1024 ((__force __u32 __bitwise)(1 << 30))
> +#define BLIST_MAX_1024 ((__force blist_flags_t)(1 << 30))

You are missing:

/* Use UNMAP limit for WRITE SAME */
#define BLIST_UNMAP_LIMIT_WS ((__force blist_flags_t)(1 << 31))

I'll fix it up...

--
Martin K. Petersen Oracle Linux Engineering

\
 
 \ /
  Last update: 2017-11-16 01:09    [W:0.054 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site