[Ocfs2-commits] rev 757 - trunk/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 5 14:18:01 CST 2004


Author: manish
Date: 2004-03-05 14:17:59 -0600 (Fri, 05 Mar 2004)
New Revision: 757

Modified:
   trunk/src/inc/proto.h
Log:
Remove redundant prefetch declaration


Modified: trunk/src/inc/proto.h
===================================================================
--- trunk/src/inc/proto.h	2004-03-05 02:16:29 UTC (rev 756)
+++ trunk/src/inc/proto.h	2004-03-05 20:17:59 UTC (rev 757)
@@ -232,11 +232,9 @@
 void ocfs_initialize_dir_node (ocfs_super * osb, ocfs_dir_node * dir_node, __u64 bitmap_off, __u64 file_off, __u32 node);
 int ocfs_write_dir_node (ocfs_super * osb, struct buffer_head *bhs[], __s32 idx, struct inode *dir_inode, struct inode *file_inode);
 bool ocfs_linux_get_inode_offset (struct inode * inode, __u64 * off, ocfs_inode ** oin);
-inline void prefetch (const void *x);
 int ocfs_compare_qstr (struct qstr * s1, struct qstr * s2);
 void ocfs_truncate_inode_pages(struct inode *inode, loff_t off);
 
-
 int ocfs_process_bitmap_free_head(ocfs_super *osb, ocfs_bitmap_free_head *f);
 int ocfs_add_to_bitmap_free_head(ocfs_super *osb, ocfs_bitmap_free_head *f, 
 				 u32 len, __u32 fileoff, __u32 nodenum, 



More information about the Ocfs2-commits mailing list