Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / fs / ext2 / acl.c
index e725aa0..79dafa7 100644 (file)
@@ -193,7 +193,7 @@ ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
                                error = posix_acl_update_mode(inode, &inode->i_mode, &acl);
                                if (error)
                                        return error;
-                               inode->i_ctime = CURRENT_TIME_SEC;
+                               inode->i_ctime = current_time(inode);
                                mark_inode_dirty(inode);
                        }
                        break;