On Tue, Apr 06, 2021 at 06:18:00PM +0200, Jan Kara wrote: > Assertion checks in jbd2_journal_dirty_metadata() are known to be racy > but we don't want to be grabbing locks just for them. We thus recheck > them under b_state_lock only if it looks like they would fail. Annotate > the checks with data_race(). > > Reported-by: Hao Sun <sunhao.th@xxxxxxxxx> > Signed-off-by: Jan Kara <jack@xxxxxxx> Thanks, applied. - Ted