On 30.11.23 02:34, Bart Van Assche wrote: > diff --git a/drivers/scsi/sd.h b/drivers/scsi/sd.h > index 409dda5350d1..e4539122f2a2 100644 > --- a/drivers/scsi/sd.h > +++ b/drivers/scsi/sd.h > @@ -151,6 +151,7 @@ struct scsi_disk { > unsigned urswrz : 1; > unsigned security : 1; > unsigned ignore_medium_access_errors : 1; > + bool rscs : 1; /* reduced stream control support */ Hi Bart, Stupid question, did you intentionally do a boolean bitfiled? I'm just asking as I've never seen something like this before and it doesn't make to much sense to me either. Thanks, Johannes