[Ocfs2-commits] zab commits r2114 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 5 15:38:03 CDT 2005


Author: zab
Signed-off-by: mfasheh
Date: 2005-04-05 15:38:01 -0500 (Tue, 05 Apr 2005)
New Revision: 2114

Modified:
   trunk/fs/ocfs2/cluster/tcp.c
Log:
o a brown-bag typeo was stopping handler keys from being considered in the
  rbtree lookup.

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/cluster/tcp.c
===================================================================
--- trunk/fs/ocfs2/cluster/tcp.c	2005-04-05 19:02:42 UTC (rev 2113)
+++ trunk/fs/ocfs2/cluster/tcp.c	2005-04-05 20:38:01 UTC (rev 2114)
@@ -319,7 +319,7 @@
 static int net_handler_cmp(struct net_msg_handler *nmh,
 			   u32 msg_type, u32 key)
 {
-	if (nmh->nh_msg_type != msg_type);
+	if (nmh->nh_msg_type != msg_type)
 		return nmh->nh_msg_type - msg_type;
 
 	return nmh->nh_key - key;



More information about the Ocfs2-commits mailing list