Skip to content
Commit 06d5a589 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: only retry transaction reservation once



I saw a lockup where we kept getting into this start transaction->commit
transaction loop because of enospce.  The fact is if we fail to make our
reservation, we've tried _everything_ several times, so we only need to try and
commit the transaction once, and if that doesn't work then we really are out of
space and need to just exit.  Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent be1a12a0
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