[PATCH][2.5][3/18] smp_call_function_on_cpu fs/buffer.c

Zwane Mwaikambo (zwane@holomorphy.com)
Wed, 22 Jan 2003 00:19:43 -0500 (EST)


Index: linux-2.5.59/fs/buffer.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.59/fs/buffer.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 buffer.c
--- linux-2.5.59/fs/buffer.c 17 Jan 2003 11:16:13 -0000 1.1.1.1
+++ linux-2.5.59/fs/buffer.c 22 Jan 2003 02:34:59 -0000
@@ -1418,7 +1418,7 @@
{
preempt_disable();
invalidate_bh_lru(NULL);
- smp_call_function(invalidate_bh_lru, NULL, 1, 1);
+ smp_call_function(invalidate_bh_lru, NULL, 1);
preempt_enable();
}

-- 
function.linuxpower.ca

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/