Skip to content
Commit d43317dc authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: fix race during transaction joins



While we're allocating ram for a new transaction, we drop our spinlock.
When we get the lock back, we do check to see if a transaction started
while we slept, but we don't check to make sure it isn't blocked
because a commit has already started.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 56d2a48f
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