Merge remote-tracking branch 'ovl/rename2' into for-linus
[linux-2.6-block.git] / fs / coda / dir.c
index 82aceaef8e4eda2648644a8b784139f0883282b9..c0474ac6cbf200eb458eaf5e3f2359e9b0edfcab 100644 (file)
@@ -109,7 +109,7 @@ static inline void coda_dir_update_mtime(struct inode *dir)
        /* optimistically we can also act as if our nose bleeds. The
         * granularity of the mtime is coarse anyways so we might actually be
         * right most of the time. Note: we only do this for directories. */
-       dir->i_mtime = dir->i_ctime = CURRENT_TIME_SEC;
+       dir->i_mtime = dir->i_ctime = current_time(dir);
 #endif
 }