Tag: KERNEL-2-2-18-PRE11-PATCH-14 Patch: buf-run_task_queue From: Andrea Arcangeli Avoid spurious unplug of the I/O queue. Index: linux/fs/buffer.c diff -u linux/fs/buffer.c:1.2.14.1 linux/fs/buffer.c:1.2.14.2 --- linux/fs/buffer.c:1.2.14.1 Wed Sep 27 23:57:09 2000 +++ linux/fs/buffer.c Thu Sep 28 00:01:06 2000 @@ -1758,7 +1758,6 @@ if (ncount) printk("sync_old_buffers: %d dirty buffers not on dirty list\n", ncount); printk("Wrote %d/%d buffers\n", nwritten, ndirty); #endif - run_task_queue(&tq_disk); return 0; }