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:
769ec6e
)
f2fs: do retry operations with cond_resched
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Fri, 5 Dec 2014 18:39:49 +0000
(10:39 -0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 8 Dec 2014 18:35:05 +0000
(10:35 -0800)
This patch revists retrial paths in f2fs.
The basic idea is to use cond_resched instead of retrying from the very early
stage.
Suggested-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found