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. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>