[Ocfs2-tools-commits] mfasheh commits r432 - branches/dlm-glue/dlmtools

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Nov 19 22:30:55 CST 2004


Author: mfasheh
Date: 2004-11-19 22:30:53 -0600 (Fri, 19 Nov 2004)
New Revision: 432

Modified:
   branches/dlm-glue/dlmtools/mount.ocfs2.c
Log:
* I was mistaken in thinking that mount had a decent api.



Modified: branches/dlm-glue/dlmtools/mount.ocfs2.c
===================================================================
--- branches/dlm-glue/dlmtools/mount.ocfs2.c	2004-11-20 02:09:02 UTC (rev 431)
+++ branches/dlm-glue/dlmtools/mount.ocfs2.c	2004-11-20 04:30:53 UTC (rev 432)
@@ -244,11 +244,10 @@
 						goto bail;
 					*hbdev = strndup(tmp, tmp2-tmp);
 				} else {
-					/* unknown option, correct
-					 * behavior seems to be to
-					 * ignore these as they may be
-					 * handled by another
-					 * layer. */
+					/* unknown option, ignore
+					 * these for now, but we need
+					 * to eventually handle
+					 * them. */
 					tmp2 = strchr(tmp, ',');
 				}
 				tmp = tmp2;



More information about the Ocfs2-tools-commits mailing list