diff options
-rw-r--r-- | fs/ubifs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c index ef5abd38f0bf..c6cbdd0f636c 100644 --- a/fs/ubifs/dir.c +++ b/fs/ubifs/dir.c | |||
@@ -102,7 +102,7 @@ struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir, | |||
102 | * UBIFS has to fully control "clean <-> dirty" transitions of inodes | 102 | * UBIFS has to fully control "clean <-> dirty" transitions of inodes |
103 | * to make budgeting work. | 103 | * to make budgeting work. |
104 | */ | 104 | */ |
105 | inode->i_flags |= (S_NOCMTIME); | 105 | inode->i_flags |= S_NOCMTIME; |
106 | 106 | ||
107 | inode_init_owner(inode, dir, mode); | 107 | inode_init_owner(inode, dir, mode); |
108 | inode->i_mtime = inode->i_atime = inode->i_ctime = | 108 | inode->i_mtime = inode->i_atime = inode->i_ctime = |