[Ocfs2-tools-commits] smushran commits r1164 - trunk/tunefs.ocfs2

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 23 18:37:43 CST 2006


Author: smushran
Date: 2006-02-23 18:37:42 -0600 (Thu, 23 Feb 2006)
New Revision: 1164

Modified:
   trunk/tunefs.ocfs2/tunefs.c
Log:
fix for bugzilla#675 tunefs.ocfs2 not increasing journal size correctly

Modified: trunk/tunefs.ocfs2/tunefs.c
===================================================================
--- trunk/tunefs.ocfs2/tunefs.c	2006-02-24 00:35:15 UTC (rev 1163)
+++ trunk/tunefs.ocfs2/tunefs.c	2006-02-24 00:37:42 UTC (rev 1164)
@@ -525,6 +525,8 @@
 	if (ret)
 		goto bail;
 
+	ocfs2_swap_journal_superblock((journal_superblock_t *)buf);
+
 	ret = ocfs2_file_write(ci, buf, BUFLEN, 0, &wrote);
 	if (ret)
 		goto bail;




More information about the Ocfs2-tools-commits mailing list