Re: [PATCH] Btrfs: fix -EINVEL in tree log recovering

2017-01-30 Thread Filipe Manana
On Tue, Oct 11, 2016 at 10:01 AM, robbieko wrote: > From: Robbie Ko > > when tree log recovery, space_cache rebuild or dirty maybe save the cache. > and then replay extent with disk_bytenr and disk_num_bytes, > but disk_bytenr and disk_num_bytes

[PATCH] Btrfs: fix -EINVEL in tree log recovering

2016-10-11 Thread robbieko
From: Robbie Ko when tree log recovery, space_cache rebuild or dirty maybe save the cache. and then replay extent with disk_bytenr and disk_num_bytes, but disk_bytenr and disk_num_bytes maybe had been use for free space inode, will lead to -EINVEL. BTRFS: error in