Re: [PATCH 1/2 v2] Btrfs-progs: check, fix false error reports for shared prealloc extents

2018-03-15 Thread Filipe Manana
On Thu, Mar 15, 2018 at 9:04 AM, Nikolay Borisov wrote: > > > On 14.03.2018 00:48, fdman...@kernel.org wrote: >> From: Filipe Manana >> >> Under some cases the filesystem checker reports an error when it finds >> checksum items for an extent that is

Re: [PATCH 1/2 v2] Btrfs-progs: check, fix false error reports for shared prealloc extents

2018-03-15 Thread Nikolay Borisov
On 14.03.2018 00:48, fdman...@kernel.org wrote: > From: Filipe Manana > > Under some cases the filesystem checker reports an error when it finds > checksum items for an extent that is referenced by an inode as a prealloc > extent. Such cases are not an error when the extent

[PATCH 1/2 v2] Btrfs-progs: check, fix false error reports for shared prealloc extents

2018-03-14 Thread fdmanana
From: Filipe Manana Under some cases the filesystem checker reports an error when it finds checksum items for an extent that is referenced by an inode as a prealloc extent. Such cases are not an error when the extent is actually shared (was cloned/reflinked) with other inodes