]> git.pld-linux.org Git - packages/kernel.git/blame - linux-o1-sched-xfs.patch
- sparse fixes for 2.4.x <2.4.27
[packages/kernel.git] / linux-o1-sched-xfs.patch
CommitLineData
95931d77 1--- linux/fs/xfs/pagebuf/page_buf.c.orig Tue Jun 11 17:33:57 2002
2+++ linux/fs/xfs/pagebuf/page_buf.c Tue Jun 11 17:34:50 2002
3@@ -2181,8 +2181,7 @@
4 printk("pagebuf_daemon_start failed\n");
5 } else {
6 while (!pb_daemons[cpu_logical_map(cpu)]) {
7- current->policy |= SCHED_YIELD;
8- schedule();
9+ yield();
10 }
11 }
12 }
This page took 0.23606 seconds and 4 git commands to generate.