[Cluster-devel] cluster/gfs2/mount util.c

teigland at sourceware.org teigland at sourceware.org
Mon Oct 16 15:05:30 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-10-16 15:05:30

Modified files:
	gfs2/mount     : util.c 

Log message:
	fix style badness

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&r1=1.16&r2=1.17

--- cluster/gfs2/mount/util.c	2006/10/14 20:16:19	1.16
+++ cluster/gfs2/mount/util.c	2006/10/16 15:05:30	1.17
@@ -521,8 +521,10 @@
 	int rv;
 	char buf[MAXLINE];
 
-	if(gfs_controld_fd <= 0) /* if we didn't do the lock_dlm_join */
-		return;              /* forget the rest */
+	/* if we didn't do the lock_dlm_join */
+	if (gfs_controld_fd <= 0)
+		return;
+
 	memset(buf, 0, sizeof(buf));
 	rv = snprintf(buf, MAXLINE, "mount_result %s %s %d", mo->dir, fsname,
 		      result);




More information about the Cluster-devel mailing list