[Ocfs2-commits] manish commits r2400 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 16 20:53:54 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-06-16 20:53:52 -0500 (Thu, 16 Jun 2005)
New Revision: 2400

Modified:
   trunk/fs/ocfs2/cluster/heartbeat.h
   trunk/fs/ocfs2/cluster/masklog.h
   trunk/fs/ocfs2/cluster/nodemanager.h
   trunk/fs/ocfs2/cluster/tcp.h
   trunk/fs/ocfs2/cluster/tcp_internal.h
   trunk/fs/ocfs2/cluster/ver.h
Log:
Namespacing for headers

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/cluster/heartbeat.h
===================================================================
--- trunk/fs/ocfs2/cluster/heartbeat.h	2005-06-17 01:06:53 UTC (rev 2399)
+++ trunk/fs/ocfs2/cluster/heartbeat.h	2005-06-17 01:53:52 UTC (rev 2400)
@@ -24,8 +24,8 @@
  *
  */
 
-#ifndef CLUSTER_HEARTBEAT_H
-#define CLUSTER_HEARTBEAT_H
+#ifndef O2CLUSTER_HEARTBEAT_H
+#define O2CLUSTER_HEARTBEAT_H
 
 #include "ocfs2_heartbeat.h"
 
@@ -65,4 +65,4 @@
 void o2hb_init(void);
 int o2hb_check_local_node_heartbeating(void);
 
-#endif /* CLUSTER_HEARTBEAT_H */
+#endif /* O2CLUSTER_HEARTBEAT_H */

Modified: trunk/fs/ocfs2/cluster/masklog.h
===================================================================
--- trunk/fs/ocfs2/cluster/masklog.h	2005-06-17 01:06:53 UTC (rev 2399)
+++ trunk/fs/ocfs2/cluster/masklog.h	2005-06-17 01:53:52 UTC (rev 2400)
@@ -19,8 +19,8 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#ifndef CLUSTER_MASKLOG_H
-#define CLUSTER_MASKLOG_H
+#ifndef O2CLUSTER_MASKLOG_H
+#define O2CLUSTER_MASKLOG_H
 
 /*
  * For now this is a trivial wrapper around printk() that gives the critical
@@ -262,4 +262,4 @@
 int mlog_init_proc(struct proc_dir_entry *parent);
 void mlog_remove_proc(struct proc_dir_entry *parent);
 
-#endif /* CLUSTER_MASKLOG_H */
+#endif /* O2CLUSTER_MASKLOG_H */

Modified: trunk/fs/ocfs2/cluster/nodemanager.h
===================================================================
--- trunk/fs/ocfs2/cluster/nodemanager.h	2005-06-17 01:06:53 UTC (rev 2399)
+++ trunk/fs/ocfs2/cluster/nodemanager.h	2005-06-17 01:53:52 UTC (rev 2400)
@@ -24,8 +24,8 @@
  *
  */
 
-#ifndef CLUSTER_NODEMANAGER_H
-#define CLUSTER_NODEMANAGER_H
+#ifndef O2CLUSTER_NODEMANAGER_H
+#define O2CLUSTER_NODEMANAGER_H
 
 #include "ocfs2_nodemanager.h"
 
@@ -77,4 +77,4 @@
 void o2nm_node_get(struct o2nm_node *node);
 void o2nm_node_put(struct o2nm_node *node);
 
-#endif /* CLUSTER_NODEMANAGER_H */
+#endif /* O2CLUSTER_NODEMANAGER_H */

Modified: trunk/fs/ocfs2/cluster/tcp.h
===================================================================
--- trunk/fs/ocfs2/cluster/tcp.h	2005-06-17 01:06:53 UTC (rev 2399)
+++ trunk/fs/ocfs2/cluster/tcp.h	2005-06-17 01:53:52 UTC (rev 2400)
@@ -24,8 +24,8 @@
  *
  */
 
-#ifndef CLUSTER_TCP_H
-#define CLUSTER_TCP_H
+#ifndef O2CLUSTER_TCP_H
+#define O2CLUSTER_TCP_H
 
 #include <linux/socket.h>
 #ifdef __KERNEL__
@@ -146,4 +146,4 @@
 void o2net_proc_add_nst(struct o2net_send_tracking *nst);
 void o2net_proc_del_nst(struct o2net_send_tracking *nst);
 
-#endif /* CLUSTER_TCP_H */
+#endif /* O2CLUSTER_TCP_H */

Modified: trunk/fs/ocfs2/cluster/tcp_internal.h
===================================================================
--- trunk/fs/ocfs2/cluster/tcp_internal.h	2005-06-17 01:06:53 UTC (rev 2399)
+++ trunk/fs/ocfs2/cluster/tcp_internal.h	2005-06-17 01:53:52 UTC (rev 2400)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef CLUSTER_TCP_INTERNAL_H
-#define CLUSTER_TCP_INTERNAL_H
+#ifndef O2CLUSTER_TCP_INTERNAL_H
+#define O2CLUSTER_TCP_INTERNAL_H
 
 struct o2net_sock_container {
 	/* sockets themselves don't seem to have a nice way to refcount them
@@ -91,4 +91,4 @@
 void o2net_proc_add_sc(struct o2net_sock_container *sc);
 void o2net_proc_del_sc(struct o2net_sock_container *sc);
 
-#endif /* CLUSTER_TCP_INTERNAL_H */
+#endif /* O2CLUSTER_TCP_INTERNAL_H */

Modified: trunk/fs/ocfs2/cluster/ver.h
===================================================================
--- trunk/fs/ocfs2/cluster/ver.h	2005-06-17 01:06:53 UTC (rev 2399)
+++ trunk/fs/ocfs2/cluster/ver.h	2005-06-17 01:53:52 UTC (rev 2400)
@@ -23,9 +23,9 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#ifndef CLUSTER_VER_H
-#define CLUSTER_VER_H
+#ifndef O2CLUSTER_VER_H
+#define O2CLUSTER_VER_H
 
 void cluster_print_version(void);
 
-#endif /* CLUSTER_VER_H */
+#endif /* O2CLUSTER_VER_H */



More information about the Ocfs2-commits mailing list