X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Focfs2%2Facl.c;h=7e8282dcea2a928ab8f6a34872f3c73019a45c7d;hb=dfc25e4503aef6b82a1de4a0fbe19aafa8648fbe;hp=555f4cddefe3a913d7c1d05fba89a1ea36fdd3c1;hpb=2946369ee277fa9fcc3372aabddc9c15dfabf744;p=karo-tx-linux.git diff --git a/fs/ocfs2/acl.c b/fs/ocfs2/acl.c index 555f4cddefe3..7e8282dcea2a 100644 --- a/fs/ocfs2/acl.c +++ b/fs/ocfs2/acl.c @@ -205,6 +205,7 @@ static int ocfs2_acl_set_mode(struct inode *inode, struct buffer_head *di_bh, di->i_mode = cpu_to_le16(inode->i_mode); di->i_ctime = cpu_to_le64(inode->i_ctime.tv_sec); di->i_ctime_nsec = cpu_to_le32(inode->i_ctime.tv_nsec); + ocfs2_update_inode_fsync_trans(handle, inode, 0); ocfs2_journal_dirty(handle, di_bh);