Commit 13553e52 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: don't try to commit in btrfs_block_rsv_check



We will try and reserve metadata bytes in btrfs_block_rsv_check and if we cannot
because we have a transaction open it will return EAGAIN, so we do not need to
try and commit the transaction again.

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