[Ocfs2-commits] manish commits r947 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed May 26 21:53:38 CDT 2004


Author: manish
Date: 2004-05-26 20:53:36 -0500 (Wed, 26 May 2004)
New Revision: 947

Modified:
   trunk/src/dir.c
Log:
UPDATE_ATIME->update_time


Modified: trunk/src/dir.c
===================================================================
--- trunk/src/dir.c	2004-05-27 01:13:58 UTC (rev 946)
+++ trunk/src/dir.c	2004-05-27 01:53:36 UTC (rev 947)
@@ -41,7 +41,7 @@
 	int error = 0;
 	unsigned long offset, blk;
 	int i, num, stored;
-	struct buffer_head * bh, * tmp, * bha[16];
+	struct buffer_head * bh, * tmp;
 	struct ocfs2_dir_entry * de;
 	int err;
 	struct inode *inode = filp->f_dentry->d_inode;
@@ -155,7 +155,7 @@
 		offset = 0;
 		brelse (bh);
 	}
-	UPDATE_ATIME(inode);
+	update_atime(inode);
 	LOG_EXIT_STATUS(0);
 	return 0;
 }



More information about the Ocfs2-commits mailing list