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

Btrfs: catch errors from btrfs_sync_log



btrfs_sync_log returns -EAGAIN when we need full transaction commits
instead of small log commits, but sometimes we were dropping the return
value.

In practice, we check for this a few different ways, but this is still a
bug that can leave off full log commits when we really need them.

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