On 21.01.23 07:51, Christoph Hellwig wrote: > + if (btrfs_check_data_csum(inode, bbio, bio_offset, bv->bv_page, > + bv->bv_offset) < 0) > + return false; > + return true; > +} > + > + Nit: double newline > /* > * When reads are done, we need to check csums to verify the data is correct. > * if there's a match, we allow the bio to finish. If not, the code in Otherwise, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>