git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1953bc
)
Btrfs: catch errors from btrfs_sync_log
author
Chris Mason
<chris.mason@oracle.com>
Mon, 31 Jan 2011 21:48:24 +0000
(16:48 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 31 Jan 2011 21:48:24 +0000
(16:48 -0500)
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: Chris Mason <chris.mason@oracle.com>
No differences found