On Mon, Jun 07, 2021 at 05:55:58PM +0000, Leah Rumancik wrote: > Update > > if (JBD2_JOURNAL_FLUSH_DISCARD & !blk_queue_discard(q)) > > to use && instead of &. JBD2_JOURNAL_FLUSH_DISCARD is set to 1 so & > technically works but && could be a bit faster and will maintain > correctness in the event the value of JBD2_JOURNAL_FLUSH_DISCARD is > updated. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > Signed-off-by: Leah Rumancik <leah.rumancik@xxxxxxxxx> Thanks, I've folded this fix into the base commit. - Ted