Re: [PATCH] btrfs-progs: add missing free operation of raid_map for raid56

2015-08-25 Thread David Sterba
On Tue, Aug 25, 2015 at 02:11:07PM +0800, Zhao Lei wrote: > We forgot free raid_map for raid56's map_bio. > This patch add it. > > Signed-off-by: Zhao Lei Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.

[PATCH] btrfs-progs: add missing free operation of raid_map for raid56

2015-08-24 Thread Zhao Lei
We forgot free raid_map for raid56's map_bio. This patch add it. Signed-off-by: Zhao Lei --- disk-io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/disk-io.c b/disk-io.c index fdcfd6d..46a5a46 100644 --- a/disk-io.c +++ b/disk-io.c @@ -428,6 +428,7 @@ int write_and_map_eb(struct btrfs_tra