Re: [PATCH 5/7] Refactor the code of read from disk

2018-05-09 Thread Goffredo Baroncelli
On 05/09/2018 04:26 PM, Daniel Kiper wrote: > On Tue, Apr 24, 2018 at 09:13:14PM +0200, Goffredo Baroncelli wrote: >> This is a preparatory patch, to help the adding of the raid5/6 recovery code > > OK, but please tell us why this patch is needed? I will put this commit message: Refactor the

Re: [PATCH 5/7] Refactor the code of read from disk

2018-05-09 Thread Daniel Kiper
On Tue, Apr 24, 2018 at 09:13:14PM +0200, Goffredo Baroncelli wrote: > This is a preparatory patch, to help the adding of the raid5/6 recovery code OK, but please tell us why this patch is needed? > Signed-off-by: Goffredo Baroncelli > --- > grub-core/fs/btrfs.c | 111

[PATCH 5/7] Refactor the code of read from disk

2018-04-24 Thread Goffredo Baroncelli
This is a preparatory patch, to help the adding of the raid5/6 recovery code Signed-off-by: Goffredo Baroncelli --- grub-core/fs/btrfs.c | 111 --- 1 file changed, 62 insertions(+), 49 deletions(-) diff --git a/grub-core/fs/btrfs.c