On Mon, Sep 23, 2024 at 08:53:19AM -0700, Darrick J. Wong wrote: > > +/* > > + * Return the file offset for the first unused block after a short write. > > the first *unchanged* block after a short write? > > > + * > > + * If nothing was written, round offset down to point at the first block in > > Might as well make explicit which variable we're operating on: > "...round @pos down..." I've updated this for the next version, thanks.