On 27/05/2021 03:02, Bart Van Assche wrote: > +enum dd_data_dir { > + DD_READ = READ, > + DD_WRITE = WRITE, > +} __packed; I don't think packing the enum is of any value here. Otherwise Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
On 27/05/2021 03:02, Bart Van Assche wrote: > +enum dd_data_dir { > + DD_READ = READ, > + DD_WRITE = WRITE, > +} __packed; I don't think packing the enum is of any value here. Otherwise Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>