[Ocfs2-commits] mfasheh commits r2699 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sat Nov 12 00:19:10 CST 2005


Author: mfasheh
Signed-off-by: jlbec
Date: 2005-11-12 00:19:09 -0600 (Sat, 12 Nov 2005)
New Revision: 2699

Modified:
   trunk/fs/ocfs2/file.c
Log:
* commit a patch by Adrian Bunk <bunk at stusta.de>:
	- This patch makes the needlessly  global function
	  ocfs2_extend_allocation() static.

Signed-off-by: jlbec



Modified: trunk/fs/ocfs2/file.c
===================================================================
--- trunk/fs/ocfs2/file.c	2005-11-10 20:24:52 UTC (rev 2698)
+++ trunk/fs/ocfs2/file.c	2005-11-12 06:19:09 UTC (rev 2699)
@@ -425,8 +425,8 @@
 	return status;
 }
 
-int ocfs2_extend_allocation(struct inode *inode,
-			    u32 clusters_to_add)
+static int ocfs2_extend_allocation(struct inode *inode,
+				   u32 clusters_to_add)
 {
 	int status = 0;
 	int restart_func = 0;



More information about the Ocfs2-commits mailing list