diff options
author | 2013-03-10 22:28:09 -0400 | |
---|---|---|
committer | 2013-03-10 22:28:09 -0400 | |
commit | bb8b20ed94bc69120e31399c43cb336300dea109 (patch) | |
tree | 29fcf8f8a55124ea700defdf951d23660306127f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: remove unused variable in ext4_free_blocks() (diff) | |
download | linux-dev-bb8b20ed94bc69120e31399c43cb336300dea109.tar.xz linux-dev-bb8b20ed94bc69120e31399c43cb336300dea109.zip |
ext4: do not use yield()
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions