Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/scheduler: fix links in sched-stats

The rain.com domain recently moved to pdxhosts.com, making the scheduler
documentation point to broken links. Fix the links in the scheduler
documentation.

CC: Rick Lindsley <ricklind@linux.vnet.ibm.com>
Signed-off-by: Andre Azevedo <andre.azevedo@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Andre Azevedo and committed by
Jonathan Corbet
d41abfd7 b275fb60

+2 -2
+2 -2
Documentation/scheduler/sched-stats.rst
··· 28 28 the change in the counters at each subsequent observation. A perl script 29 29 which does this for many of the fields is available at 30 30 31 - http://eaglet.rain.com/rick/linux/schedstat/ 31 + http://eaglet.pdxhosts.com/rick/linux/schedstat/ 32 32 33 33 Note that any such script will necessarily be version-specific, as the main 34 34 reason to change versions is changes in the output format. For those wishing ··· 164 164 under the scheduler's policies. A simple version of such a program is 165 165 available at 166 166 167 - http://eaglet.rain.com/rick/linux/schedstat/v12/latency.c 167 + http://eaglet.pdxhosts.com/rick/linux/schedstat/v12/latency.c