Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs: only unlock block in verify_parent_transid if we locked it
This is a regression from my patch a26e8c9, we need to only unlock the block if we were the one who locked it. Otherwise this will trip BUG_ON()'s in locking.c Thanks, cc: stable@vger.kernel.org Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>
- Loading branch information