Re: [PATCH 10/10] btrfs-progs: check: Fix wrong error message in case of corrupted bitmap

2018-10-04 Thread Omar Sandoval
On Mon, Oct 01, 2018 at 05:46:21PM +0300, Nikolay Borisov wrote: > Similarly to the fix in e444c7bfa65f ("btrfs-progs: check: Fix wrong > error message in case of corrupted extent") this commits addresses the > same problem but for corrupted bitmap objects. Oops. Reviewed-by: Omar Sandoval > Si

[PATCH 10/10] btrfs-progs: check: Fix wrong error message in case of corrupted bitmap

2018-10-01 Thread Nikolay Borisov
Similarly to the fix in e444c7bfa65f ("btrfs-progs: check: Fix wrong error message in case of corrupted extent") this commits addresses the same problem but for corrupted bitmap objects. Signed-off-by: Nikolay Borisov --- free-space-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d