[Bug 197923] [patch] [sched] Fix comment in sched_balance_pair and move load check ahead of lock

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 22 16:28:55 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197923

Ivan Klymenko <fidaj at ukr.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fidaj at ukr.net

--- Comment #1 from Ivan Klymenko <fidaj at ukr.net> ---
(In reply to Harrison Grundy from comment #0)
-    if (high->tdq_load <= low->tdq_load)
-        return(0)
+    if (high->tdq_load <= low->tdq_load)
+        return(0);

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list