> Change the type of the second argument of bdev_op_is_zoned_write() from > blk_opf_t into enum req_op because this function expects an operation > without flags as second argument. > > Cc: Christoph Hellwig <hch@xxxxxx> > Cc: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> > Cc: Ming Lei <ming.lei@xxxxxxxxxx> > Cc: Pankaj Raghav <p.raghav@xxxxxxxxxxx> > Fixes: 8cafdb5ab94c ("block: adapt blk_mq_plug() to not plug for writes that require a zone lock") > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Looks good, Reviewed-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx>