Re: [PATCH] block-map: added error handling for bio_copy_kern()

From: Christoph Hellwig
Date: Tue Oct 12 2021 - 02:26:00 EST


> + int do_copy = 0;

Please make this a bool. Otherwise the patch looks good.