[Linux-cluster] [patch] maybe a typo in comment in vf.h of rgmanager

Masatake YAMATO yamato at redhat.com
Mon Aug 29 08:11:17 UTC 2011


I cannot find vf_handle_msg in the source tree.
I guess it should be vf_process_msg.
Could install this to the official source tree if my guessing is correct.

Signed-off-by: Masatake YAMATO <yamato at redhat.com>

diff -ruN vf.h.orig vf.h
--- vf.h.orig	2011-08-29 17:05:40.448808854 +0900
+++ vf.h	2011-08-29 17:05:58.717240739 +0900
@@ -128,7 +128,7 @@
 #define VF_COORD_TIMEOUT	60	/* 60 seconds MAX timeout */
 #define VF_COMMIT_TIMEOUT_MIN	(2 * VF_COORD_TIMEOUT)
 
-/* Return codes for vf_handle_msg... */
+/* Return codes for vf_process_msg... */
 #define VFR_ERROR	100
 #define VFR_TIMEOUT	101
 #define VFR_OK		0




More information about the Linux-cluster mailing list