Re: [PATCH] Btrfs: fix list transaction->pending_ordered corruption

2015-07-09 Thread David Sterba
On Fri, Jul 03, 2015 at 08:46:40PM +0100, fdman...@kernel.org wrote: > From: Filipe Manana ... > > Cc: sta...@vger.kernel.org > Fixes: 50d9aa99bd35 ("Btrfs: make sure logged extents complete in the current > transaction V3" > Signed-off-by: Filipe Manana Good catch and thanks for looking up th

[PATCH] Btrfs: fix list transaction->pending_ordered corruption

2015-07-03 Thread fdmanana
From: Filipe Manana When we call btrfs_commit_transaction(), we splice the list "ordered" of our transaction handle into the transaction's "pending_ordered" list, but we don't reinitialize the "ordered" list of our transaction handle, this means it still points to the same elements it used to bef