Home
last modified time | relevance | path

Searched hist:"06 d5a589" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dtransaction.c06d5a589 Tue Apr 05 10:57:27 CDT 2011 Josef Bacik <josef@redhat.com> 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: Josef Bacik <josef@redhat.com>
06d5a589 Tue Apr 05 10:57:27 CDT 2011 Josef Bacik <josef@redhat.com> 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: Josef Bacik <josef@redhat.com>