[Ocfs2-commits] mfasheh commits r1423 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Sep 3 18:04:42 CDT 2004


Author: mfasheh
Date: 2004-09-03 18:04:40 -0500 (Fri, 03 Sep 2004)
New Revision: 1423

Modified:
   trunk/src/file.c
Log:
* include a patch by Christoph Hellwig <hch at lst.de>:
Subject: [Ocfs2-devel] [PATCH] remove unused prototypes from file.c             



Modified: trunk/src/file.c
===================================================================
--- trunk/src/file.c	2004-09-03 23:01:18 UTC (rev 1422)
+++ trunk/src/file.c	2004-09-03 23:04:40 UTC (rev 1423)
@@ -53,13 +53,6 @@
 
 #define OCFS_DEBUG_CONTEXT    OCFS_DEBUG_CONTEXT_FILE
 
-extern struct semaphore recovery_list_sem;
-extern spinlock_t oin_num_ext_lock;
-
-static int ocfs_change_file_attrib(ocfs_super *osb, struct iattr *attr,
-				   struct inode *inode);
-static int ocfs_truncate_file(ocfs_super *osb, __u64 file_size,
-			      struct inode *inode);
 static int ocfs2_zero_extend(struct inode *inode);
 
 static void ocfs_fe_set_attributes(ocfs2_dinode *fe, struct iattr *attr)



More information about the Ocfs2-commits mailing list