]> git.pld-linux.org Git - packages/kernel.git/blob - linux-o1-sched-xfs.patch
- obsolete
[packages/kernel.git] / linux-o1-sched-xfs.patch
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.069731 seconds and 3 git commands to generate.