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

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 19 17:36:59 CDT 2006


Author: khackel
Signed-off-by: jlbec
Date: 2006-04-19 17:36:58 -0500 (Wed, 19 Apr 2006)
New Revision: 2856

Modified:
   branches/ocfs2-1.2-cert/patches/mar24-create-lock-handler.patch
Log:
annotation
Signed-off-by: jlbec

Modified: branches/ocfs2-1.2-cert/patches/mar24-create-lock-handler.patch
===================================================================
--- branches/ocfs2-1.2-cert/patches/mar24-create-lock-handler.patch	2006-04-19 22:18:47 UTC (rev 2855)
+++ branches/ocfs2-1.2-cert/patches/mar24-create-lock-handler.patch	2006-04-19 22:36:58 UTC (rev 2856)
@@ -1,7 +1,9 @@
+Make caller BUG when sending a create_lock to a "stale" owner (one that just
+died and rejoined) instead of the recipient of the message
 Index: fs/ocfs2/dlm/dlmlock.c
 ===================================================================
---- fs/ocfs2/dlm/dlmlock.c.orig	2006-04-19 14:46:30.873735000 -0700
-+++ fs/ocfs2/dlm/dlmlock.c	2006-04-19 14:49:15.027927000 -0700
+--- fs/ocfs2/dlm/dlmlock.c.orig	2006-04-19 15:01:15.154090000 -0700
++++ fs/ocfs2/dlm/dlmlock.c	2006-04-19 15:30:46.981042000 -0700
 @@ -280,6 +280,14 @@ static enum dlm_status dlm_send_remote_l
  	if (tmpret >= 0) {
  		// successfully sent and received




More information about the Ocfs2-commits mailing list