On Wed, Jul 30, 2025 at 12:16:31PM +1000, Dave Chinner wrote: > Christoph, looks like this is one for you - these transactions > previously got caught in sb_start_intwrite() before the freeze state > warning check (i.e. modifications get blocked once freeze starts, so > never get to the warning whilst the fs is frozen). The new code > checks the freeze state and emits the warning before the transaction > can (correctly) account/block on freeze state via > sb_start_intwrite(). Yeah, the WARN_ON should move down. I'll prepare a patch.