[Ocfs2-commits] khackel commits r2808 - branches/ocfs2-1.2-cert/patches

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Sun Apr 2 19:49:59 CDT 2006


Author: khackel
Signed-off-by: jlbec
Date: 2006-04-02 19:49:58 -0500 (Sun, 02 Apr 2006)
New Revision: 2808

Added:
   branches/ocfs2-1.2-cert/patches/lame-timeout-dbg.patch
Modified:
   branches/ocfs2-1.2-cert/patches/series
Log:
add lame-timeout-dbg.patch
Signed-off-by: jlbec

Added: branches/ocfs2-1.2-cert/patches/lame-timeout-dbg.patch
===================================================================
--- branches/ocfs2-1.2-cert/patches/lame-timeout-dbg.patch	2006-04-02 17:38:19 UTC (rev 2807)
+++ branches/ocfs2-1.2-cert/patches/lame-timeout-dbg.patch	2006-04-03 00:49:58 UTC (rev 2808)
@@ -0,0 +1,20 @@
+Index: cert2/fs/ocfs2/cluster/tcp.c
+===================================================================
+--- cert2.orig/fs/ocfs2/cluster/tcp.c	2006-04-02 17:30:26.179683000 -0700
++++ cert2/fs/ocfs2/cluster/tcp.c	2006-04-02 17:48:23.418006000 -0700
+@@ -58,6 +58,7 @@
+ #include <linux/slab.h>
+ #include <linux/kref.h>
+ #include <net/tcp.h>
++#include <linux/sysrq.h>
+ 
+ #include <asm/uaccess.h>
+ 
+@@ -1308,6 +1309,7 @@
+ 	     sc->sc_tv_func_start.tv_sec, sc->sc_tv_func_start.tv_usec,
+ 	     sc->sc_tv_func_stop.tv_sec, sc->sc_tv_func_stop.tv_usec);
+ 
++	handle_sysrq('t', NULL, NULL);
+ 	o2net_sc_queue_work(sc, &sc->sc_shutdown_work);
+ }
+ 

Modified: branches/ocfs2-1.2-cert/patches/series
===================================================================
--- branches/ocfs2-1.2-cert/patches/series	2006-04-02 17:38:19 UTC (rev 2807)
+++ branches/ocfs2-1.2-cert/patches/series	2006-04-03 00:49:58 UTC (rev 2808)
@@ -26,3 +26,4 @@
 remove-bad-spin-unlock.patch 
 continue-finalize-reco.patch
 fix-wait-in-mastery.patch
+lame-timeout-dbg.patch




More information about the Ocfs2-commits mailing list