aboutsummaryrefslogtreecommitdiffstats
path: root/fs/debugfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/debugfs/inode.c')
-rw-r--r--fs/debugfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index 72361baf9da7..56a3c82a5785 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
@@ -45,7 +45,7 @@ static struct inode *debugfs_get_inode(struct super_block *sb)
45 if (inode) { 45 if (inode) {
46 inode->i_ino = get_next_ino(); 46 inode->i_ino = get_next_ino();
47 inode->i_atime = inode->i_mtime = 47 inode->i_atime = inode->i_mtime =
48 inode->i_ctime = current_fs_time(sb); 48 inode->i_ctime = current_time(inode);
49 } 49 }
50 return inode; 50 return inode;
51} 51}