[patch 5/6] openmosix/openmosix-migrecv-fix-warning.patch
Florian Delizy <[email protected]> Mon, 25 Sep 2006 20:46:01 +0200
| Newsgroups | gmane.linux.cluster.openmosix.devel |
|---|---|
| Message-ID | <[email protected]> |
This serie of 6 patches is only a 'fix warning', code that cause warning like 'defined but not used' is commented out for now ... We'll know soon what to do with it. Florian Delizy ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ openMosix-devel mailing list openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/openmosix-devel
openmosix-migrecv-fix-warning.patch
(text/x-patch, 428 B)
Index: linux/hpc/migrecv.c
===================================================================
--- linux.orig/hpc/migrecv.c 2006-09-25 20:39:39.000000000 +0200
+++ linux/hpc/migrecv.c 2006-09-25 20:39:41.000000000 +0200
@@ -335,7 +335,7 @@
return 0;
-out:
+/*out:*/
printk(KERN_ERR "receive page failed at addr %p\n", (void *) addr);
OMBUG("receive page failed at addr %p\n", (void *) addr);
__free_page(recv_page);