On Wed, Mar 13, 2024 at 07:01:43PM -0700, Christoph Hellwig wrote: > > +#ifdef BORK > > + dbprintf(_("[%llu] 0x%lx 0x%lx 0x%lx\n"), bd->nr++, > > + irec->br_startoff, > > + irec->br_startblock, > > + irec->br_blockcount); > > +#endif > > What about just dropping this code? BORK isn't really used as a cpp > symbol anywhere else. Done. Thanks for the review! --D > Otherwise looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> >