Loading fs/ocfs2/file.c +3 −0 Original line number Diff line number Diff line Loading @@ -1950,6 +1950,9 @@ static int __ocfs2_change_file_space(struct file *file, struct inode *inode, if (ret < 0) mlog_errno(ret); if (file->f_flags & O_SYNC) handle->h_sync = 1; ocfs2_commit_trans(osb, handle); out_inode_unlock: Loading Loading
fs/ocfs2/file.c +3 −0 Original line number Diff line number Diff line Loading @@ -1950,6 +1950,9 @@ static int __ocfs2_change_file_space(struct file *file, struct inode *inode, if (ret < 0) mlog_errno(ret); if (file->f_flags & O_SYNC) handle->h_sync = 1; ocfs2_commit_trans(osb, handle); out_inode_unlock: Loading