[Ocfs2-tools-commits] smushran commits r1161 - tags/ocfs2-tools-1.2.0/tunefs.ocfs2

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 23 16:47:09 CST 2006


Author: smushran
Date: 2006-02-23 16:47:08 -0600 (Thu, 23 Feb 2006)
New Revision: 1161

Modified:
   tags/ocfs2-tools-1.2.0/tunefs.ocfs2/tunefs.c
Log:
fix bugzilla#675 unable to increase journal size

Modified: tags/ocfs2-tools-1.2.0/tunefs.ocfs2/tunefs.c
===================================================================
--- tags/ocfs2-tools-1.2.0/tunefs.ocfs2/tunefs.c	2006-02-21 23:05:47 UTC (rev 1160)
+++ tags/ocfs2-tools-1.2.0/tunefs.ocfs2/tunefs.c	2006-02-23 22:47:08 UTC (rev 1161)
@@ -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