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:
222c81d
)
Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()
author
Miao Xie
<miaox@cn.fujitsu.com>
Mon, 28 Jan 2013 12:34:55 +0000
(12:34 +0000)
committer
Josef Bacik
<jbacik@fusionio.com>
Tue, 5 Feb 2013 21:09:10 +0000
(16:09 -0500)
If the checks at the beginning of btrfs_file_aio_write() fail, we needn't
decrease ->sync_writers, because we have not increased it. Fix it.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
No differences found