fs: convert core infrastructure to new timestamp accessors
[linux-2.6-block.git] / fs / binfmt_misc.c
index e0108d17b085cfa6d326ff8908d196351a64e576..5d2be9b0a0a597c8ea027ba2d8d6fcb4ea41f1fa 100644 (file)
@@ -547,7 +547,7 @@ static struct inode *bm_get_inode(struct super_block *sb, int mode)
        if (inode) {
                inode->i_ino = get_next_ino();
                inode->i_mode = mode;
-               inode->i_atime = inode->i_mtime = inode_set_ctime_current(inode);
+               simple_inode_init_ts(inode);
        }
        return inode;
 }