On Tue, Jul 01, 2025 at 12:03:53PM +0100, John Garry wrote: > BTW, the comment would need to be removed as well: > > /* > * Flush the block device pagecache so our bios see anything dirtied > * before mount. > */ > if (bdev_can_atomic_write(btp->bt_bdev)) > xfs_configure_buftarg_atomic_writes(btp); > > return sync_blockdev(btp->bt_bdev); > } > > This all seems to have come from 6e7d71b3a0, which is a strange resolution > to me. Yes, including having the comment in the wrong place.