On 5/22/20 6:25 AM, Coly Li wrote: > /* write data at the current zone write pointer */ > REQ_OP_ZONE_APPEND = 13, > + /* reset a zone write pointer */ > + REQ_OP_ZONE_RESET = 15, > + /* reset all the zone present on the device */ > + REQ_OP_ZONE_RESET_ALL = 17, > > /* SCSI passthrough using struct scsi_request */ > REQ_OP_SCSI_IN = 32, > Looks good to me. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>