Displaying 4 results from an estimated 4 matches for "runpx".
Did you mean:
runpm
2006 Feb 21
0
[PATCH 14/14] ocfs2: include disk heartbeat in ocfs2_nodemanager to avoid userspace changes
...fs2/cluster/Makefile | 3 +--
fs/ocfs2/cluster/disk_heartbeat.c | 8 ++------
fs/ocfs2/cluster/disk_heartbeat.h | 2 ++
fs/ocfs2/cluster/nodemanager.c | 7 +++++++
5 files changed, 12 insertions(+), 20 deletions(-)
Signed-off-by: Jeff Mahoney <jeffm at suse.com>
diff -ruNpX ../dontdiff linux-2.6.16-rc4.ocfs2-staging1/fs/Kconfig linux-2.6.16-rc4.ocfs2-staging2/fs/Kconfig
--- linux-2.6.16-rc4.ocfs2-staging1/fs/Kconfig 2006-02-21 11:44:53.000000000 -0500
+++ linux-2.6.16-rc4.ocfs2-staging2/fs/Kconfig 2006-02-21 11:44:53.000000000 -0500
@@ -356,18 +356,6 @@ config OCFS2_F...
2006 Jan 09
0
[PATCH 01/11] ocfs2: event-driven quorum
...+++++++++++++++++++++++++++++++---
fs/ocfs2/cluster/quorum.h | 13 ++----
fs/ocfs2/cluster/tcp.c | 36 +++++------------
fs/ocfs2/cluster/tcp_internal.h | 12 -----
7 files changed, 117 insertions(+), 48 deletions(-)
Signed-off-by: Jeff Mahoney <jeffm at suse.com>
diff -ruNpX dontdiff linux-2.6.15-staging1/fs/ocfs2/cluster/heartbeat.c linux-2.6.15-staging2/fs/ocfs2/cluster/heartbeat.c
--- linux-2.6.15-staging1/fs/ocfs2/cluster/heartbeat.c 2006-01-08 18:23:29.376721976 -0500
+++ linux-2.6.15-staging2/fs/ocfs2/cluster/heartbeat.c 2006-01-08 18:15:23.647564032 -0500
@@ -15...
2006 Feb 21
1
[PATCH 07/14] ocfs2: actually free hb set on cluster removal
This patch actually frees the hb set when the cluster dir is removed.
fs/ocfs2/cluster/nodemanager.c | 1 +
1 files changed, 1 insertion(+)
Signed-off-by: Jeff Mahoney <jeffm at suse.com>
diff -ruNpX ../dontdiff linux-2.6.16-rc4.ocfs2-staging1/fs/ocfs2/cluster/nodemanager.c linux-2.6.16-rc4.ocfs2-staging2/fs/ocfs2/cluster/nodemanager.c
--- linux-2.6.16-rc4.ocfs2-staging1/fs/ocfs2/cluster/nodemanager.c 2006-02-21 11:44:38.000000000 -0500
+++ linux-2.6.16-rc4.ocfs2-staging2/fs/ocfs2/cluster/nodem...
2007 Apr 15
0
[PATCH] Fix configure script to allow split build/source directories
...ource=/usr/src/linux
it fails, since /usr/src/linux doesn't contain a configured kernel. I
used KERNELBUILD, rather than just switching KERNELINC, because other
tests (like the one for generic_drop_inode being exported) actually
need to look at the full includes for the kernel.
- -Jeff
diff -ruNpX dontdiff scratch/trees/ocfs2-1.2/configure.in ocfs2-1.2.5.devel/configure.in
- --- scratch/trees/ocfs2-1.2/configure.in 2007-03-27 16:22:52.000000000 -0400
+++ ocfs2-1.2.5.devel/configure.in 2007-04-15 17:13:49.000000000 -0400
@@ -108,13 +108,14 @@ AC_ARG_WITH(kernel-source, [ --with-ker
AC_MSG_R...