Skip to content
Commit ddf23b3f authored by Josef Bacik's avatar Josef Bacik Committed by Chris Mason
Browse files

Btrfs: skip locking if searching the commit root in csum lookup



It's not enough to just search the commit root, since we could be cow'ing the
very block we need to search through, which would mean that its locked and we'll
still deadlock.  So use path->skip_locking as well.  Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent e0b6d65b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment