On Mon, Feb 24, 2020 at 04:13:16PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > libxfs_writebuf is not a well named function -- it marks the buffer > dirty and then releases the caller's reference. The actual write comes > when the cache is flushed, either because someone explicitly told the > cache to flush or because we started buffer reclaim. > > Make the buffer release explicit in the callers and rename the function > to say what it actually does -- it marks the buffer dirty outside of > transaction context. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>