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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 16 20:14:11 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-05-16 20:14:10 -0500 (Mon, 16 May 2005)
New Revision: 2251

Modified:
   trunk/fs/ocfs2/namei.c
Log:
Cosmetic coding style fix

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/namei.c
===================================================================
--- trunk/fs/ocfs2/namei.c	2005-05-17 01:13:29 UTC (rev 2250)
+++ trunk/fs/ocfs2/namei.c	2005-05-17 01:14:10 UTC (rev 2251)
@@ -1960,7 +1960,7 @@
 cleanup_and_exit:
 	/* Clean up the read-ahead blocks */
 	for (; ra_ptr < ra_max; ra_ptr++)
-		brelse (bh_use[ra_ptr]);
+		brelse(bh_use[ra_ptr]);
 
 	mlog_exit_ptr(ret);
 	return ret;



More information about the Ocfs2-commits mailing list