diff options
Diffstat (limited to 'fs/ext2/acl.c')
| -rw-r--r-- | fs/ext2/acl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/acl.c b/fs/ext2/acl.c index ca7e2a0ed98..2bcc0431bad 100644 --- a/fs/ext2/acl.c +++ b/fs/ext2/acl.c @@ -200,6 +200,7 @@ ext2_set_acl(struct inode *inode, int type, struct posix_acl *acl)  					return error;  				else {  					inode->i_mode = mode; +					inode->i_ctime = CURRENT_TIME_SEC;  					mark_inode_dirty(inode);  					if (error == 0)  						acl = NULL;  |