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:
f665c0f
)
bcache: Use uninterruptible sleep in writeback
author
Kent Overstreet
<kmo@daterainc.com>
Fri, 29 Nov 2013 01:28:37 +0000
(17:28 -0800)
committer
Kent Overstreet
<kmo@daterainc.com>
Mon, 16 Dec 2013 22:04:57 +0000
(14:04 -0800)
We're just waiting on kthread_should_stop(), nothing else, so
interruptible sleep was wrong here.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
No differences found