[Ocfs2-commits] manish commits r2287 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 19 15:31:17 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-05-19 15:31:15 -0500 (Thu, 19 May 2005)
New Revision: 2287

Modified:
   trunk/fs/ocfs2/journal.c
Log:
Fix up whitespace

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/journal.c
===================================================================
--- trunk/fs/ocfs2/journal.c	2005-05-19 19:01:30 UTC (rev 2286)
+++ trunk/fs/ocfs2/journal.c	2005-05-19 20:31:15 UTC (rev 2287)
@@ -745,7 +745,7 @@
 	}
 
 	/* Launch the commit thread */
-	osb->commit_task =kthread_run(ocfs_commit_thread, osb, "ocfs2cmt-%d",
+	osb->commit_task = kthread_run(ocfs_commit_thread, osb, "ocfs2cmt-%d",
 				       osb->osb_id);
 	if (IS_ERR(osb->commit_task)) {
 		status = PTR_ERR(osb->commit_task);



More information about the Ocfs2-commits mailing list