| Submitter | Artem Bityutskiy |
|---|---|
| Date | June 9, 2011, 9:04 a.m. |
| Message ID | <1307610310-28691-8-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/99680/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c index ef5abd3..c6cbdd0 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 =