On Tue, Jun 14, 2022 at 10:57:23AM -0700, Bart Van Assche wrote: > Leave out the superfluous "& REQ_OP_MASK" code. The definition of req_op() > shows that that code is superfluous: > > #define req_op(req) ((req)->cmd_flags & REQ_OP_MASK) > > Compile-tested only. > > Cc: Tejun Heo <tj@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Acked-by: Tejun Heo <tj@xxxxxxxxxx> Thanks. -- tejun