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:
dabdb64
)
Btrfs: don't try to commit in btrfs_block_rsv_check
author
Josef Bacik
<josef@redhat.com>
Mon, 8 Aug 2011 17:33:21 +0000
(13:33 -0400)
committer
Josef Bacik
<josef@redhat.com>
Wed, 19 Oct 2011 19:12:35 +0000
(15:12 -0400)
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: Josef Bacik <josef@redhat.com>
No differences found