On Sun, Mar 07, 2021 at 12:26:02PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > A recent log refactoring patchset from Brian Foster relaxed fsfreeze > behavior with regards to the buffer cache -- now freeze only waits for > pending buffer IO to finish, and does not try to drain the buffer cache > LRU. As a result, fsfreeze should no longer stall indefinitely while > fsmap runs. Drop the sb_start_write calls around fsmap invocations. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>