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:
e3d85c3
)
ext4: do not use yield()
author
Lukas Czerner
<lczerner@redhat.com>
Mon, 11 Mar 2013 02:28:09 +0000
(22:28 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 11 Mar 2013 02:28:09 +0000
(22:28 -0400)
Using yield() is strongly discouraged (see sched/core.c) especially
since we can just use cond_resched().
Replace all use of yield() with cond_resched().
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found