[Ocfs2-commits] jlbec commits r1216 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Jun 27 02:17:06 CDT 2004


Author: jlbec
Date: 2004-06-27 01:17:04 -0500 (Sun, 27 Jun 2004)
New Revision: 1216

Modified:
   trunk/src/dir.h
Log:
silly prototype cleanup

Modified: trunk/src/dir.h
===================================================================
--- trunk/src/dir.h	2004-06-26 00:45:04 UTC (rev 1215)
+++ trunk/src/dir.h	2004-06-27 06:17:04 UTC (rev 1216)
@@ -31,7 +31,7 @@
 
 int empty_dir(struct inode *inode);  /* FIXME: to namei.c */
 int ocfs_find_files_on_disk(ocfs_super *osb, const char *name,
-			    int namelen, __u64 *fe_off,
+			    int namelen, u64 *blkno,
 			    struct inode *inode, int take_lock,
 			    struct buffer_head **dirent_bh,
 			    struct ocfs2_dir_entry **dirent);



More information about the Ocfs2-commits mailing list