ext4: use current_time() for inode timestamps
[linux-2.6-block.git] / fs / ext4 / ialloc.c
index 170421edfdfe19567007be1b2b1d0a45cf9920fb..088afe07ddda24b7fe1f2a42e9674679941d1f73 100644 (file)
@@ -1039,7 +1039,7 @@ got:
        /* This is the optimal IO size (for stat), not the fs block size */
        inode->i_blocks = 0;
        inode->i_mtime = inode->i_atime = inode->i_ctime = ei->i_crtime =
-                                                      ext4_current_time(inode);
+                                                      current_time(inode);
 
        memset(ei->i_data, 0, sizeof(ei->i_data));
        ei->i_dir_start_lookup = 0;