diff options
Diffstat (limited to 'fs/proc/inode.c')
-rw-r--r-- | fs/proc/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index ce1f1a919902..e69ebe648a34 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c | |||
@@ -420,7 +420,7 @@ struct inode *proc_get_inode(struct super_block *sb, struct proc_dir_entry *de) | |||
420 | 420 | ||
421 | if (inode) { | 421 | if (inode) { |
422 | inode->i_ino = de->low_ino; | 422 | inode->i_ino = de->low_ino; |
423 | inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME; | 423 | inode->i_mtime = inode->i_atime = inode->i_ctime = current_time(inode); |
424 | PROC_I(inode)->pde = de; | 424 | PROC_I(inode)->pde = de; |
425 | 425 | ||
426 | if (is_empty_pde(de)) { | 426 | if (is_empty_pde(de)) { |