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:
79787ea
)
btrfs: Fix busyloop in transaction_kthread()
author
Jan Kara
<jack@suse.cz>
Mon, 12 Mar 2012 15:05:50 +0000
(16:05 +0100)
committer
David Sterba
<dsterba@suse.cz>
Thu, 22 Mar 2012 10:53:11 +0000
(11:53 +0100)
When a filesystem got aborted due do error, transaction_kthread() will
busyloop. Fix it by going to sleep in that case as well. Maybe we should
just stop transaction_kthread() when filesystem is aborted but that would be
more complex.
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found