[Ocfs2-commits] jlbec commits r2009 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 18 14:34:36 CST 2005


Author: jlbec
Signed-off-by: zab
Date: 2005-03-18 14:34:34 -0600 (Fri, 18 Mar 2005)
New Revision: 2009

Modified:
   trunk/fs/ocfs2/cluster/nodemanager.c
Log:

o Rename the 'nodes' set 'node'.  We're going with singular.  IOW,
  /usys/cluster/mycluster/node/node1 instead of
  /usys/clusters/mycluster/nodes/node1.  Seems to be the prevailing
  opinion.

Signed-off-by: zab



Modified: trunk/fs/ocfs2/cluster/nodemanager.c
===================================================================
--- trunk/fs/ocfs2/cluster/nodemanager.c	2005-03-18 19:26:50 UTC (rev 2008)
+++ trunk/fs/ocfs2/cluster/nodemanager.c	2005-03-18 20:34:34 UTC (rev 2009)
@@ -597,7 +597,7 @@
 		goto out;
 
 	ukset_init_type_name(&cluster->cl_ukset, name, &nm_cluster_type.ktype);
-	ukset_init_type_name(&ns->ns_ukset, "nodes", &nm_node_set_type.ktype);
+	ukset_init_type_name(&ns->ns_ukset, "node", &nm_node_set_type.ktype);
 
 	cluster->cl_ukset.default_sets = defs;
 	cluster->cl_ukset.default_sets[0] = &ns->ns_ukset.kset;



More information about the Ocfs2-commits mailing list