> +enum { > + /* drive already may have started this one */ > + RQF_STARTED = ((__force req_flags_t)(1 << 0)), Last time I tried to mix __bitwise and enums sparse was very unhappy. Did this get fixed?
> +enum { > + /* drive already may have started this one */ > + RQF_STARTED = ((__force req_flags_t)(1 << 0)), Last time I tried to mix __bitwise and enums sparse was very unhappy. Did this get fixed?