> +#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. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>