diff options
| author | Frederic Weisbecker <[email protected]> | 2009-07-16 15:44:29 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-07-18 15:51:45 +0200 |
| commit | def01bc53d03881acfc393bd10a5c7575187e008 (patch) | |
| tree | 7b6a82ca80e95e3a3b5ea4f10adb6a1cdda277b5 /tools/perf/scripts/python | |
| parent | 613afbf83298efaead05ebcac23d2285609d7160 (diff) | |
sched: Convert the only user of cond_resched_bkl to use cond_resched()
fs/locks.c:flock_lock_file() is the only user of
cond_resched_bkl()
This helper doesn't do anything more than cond_resched(). The
latter naming is enough to explain that we are rescheduling if
needed.
The bkl suffix suggests another semantics but it's actually a
synonym of cond_resched().
Reported-by: Peter Zijlstra <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions