[patch 26/56] openmosix/openmosix-deputy-fix-warning.patch
Florian Delizy <[email protected]> Thu, 02 Nov 2006 22:56:40 +0100
| Newsgroups | gmane.linux.cluster.openmosix.devel |
|---|---|
| Message-ID | <[email protected]> |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ openMosix-devel mailing list openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/openmosix-devel
openmosix-deputy-fix-warning.patch
(text/x-patch, 744 B)
Index: linux/hpc/deputy.c
===================================================================
--- linux.orig/hpc/deputy.c 2006-11-02 22:51:55.000000000 +0100
+++ linux/hpc/deputy.c 2006-11-02 22:52:13.000000000 +0100
@@ -86,6 +86,8 @@
/**
* deputy_do_fork - process a fork coming from remote
**/
+
+#if 0
static int deputy_do_fork(task_t *p)
{
int error;
@@ -159,6 +161,7 @@
}
return error;
}
+#endif
/**
* deputy_do_mmap_pgoff - really do a mmap on deputy
@@ -202,6 +205,7 @@
/**
* deputy_do_mmap - process request to mmap a file
**/
+#if 0
static int deputy_do_mmap(task_t *p)
{
struct omp_mmap_req m;
@@ -391,6 +395,8 @@
return error;
}
+#endif
+
/**
* deputy_do_sigpending - process signal pending
**/