On Wed, Jun 29, 2022 at 4:33 PM Bart Van Assche <bvanassche@xxxxxxx> wrote: > > Both submit_bh() and ll_rw_block() accept a request operation type and > request flags as their first two arguments. Micro-optimize these two > functions by combining these first two arguments into a single argument. > This patch does not change the behavior of any of the modified code. > > Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> > Cc: Song Liu <song@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/md/md-bitmap.c | 4 +-- For the md bits: Acked-by: Song Liu <song@xxxxxxxxxx>