diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c index ef5abd38f0bf32a90f30ef6994c81b6d864f93e8..c6cbdd0f636c08fa74138284fb95fd5de26d4558 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, * UBIFS has to fully control "clean <-> dirty" transitions of inodes * to make budgeting work. */ - inode->i_flags |= (S_NOCMTIME); + inode->i_flags |= S_NOCMTIME; inode_init_owner(inode, dir, mode); inode->i_mtime = inode->i_atime = inode->i_ctime =