diff options
Diffstat (limited to 'fs/binfmt_misc.c')
-rw-r--r-- | fs/binfmt_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index 6103a6362ccd..9b4688ab1d8e 100644 --- a/fs/binfmt_misc.c +++ b/fs/binfmt_misc.c | |||
@@ -584,7 +584,7 @@ static struct inode *bm_get_inode(struct super_block *sb, int mode) | |||
584 | inode->i_ino = get_next_ino(); | 584 | inode->i_ino = get_next_ino(); |
585 | inode->i_mode = mode; | 585 | inode->i_mode = mode; |
586 | inode->i_atime = inode->i_mtime = inode->i_ctime = | 586 | inode->i_atime = inode->i_mtime = inode->i_ctime = |
587 | current_fs_time(inode->i_sb); | 587 | current_time(inode); |
588 | } | 588 | } |
589 | return inode; | 589 | return inode; |
590 | } | 590 | } |