Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213446
b: refs/heads/master
c: f8cae0f
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 23, 2010
1 parent a333326 commit dfb79c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2ecad9faca2221ae6f664f146f0dcae661bf39d
refs/heads/master: f8cae0f03f75adb54b1d48ddbc90f84a1f5de186
3 changes: 1 addition & 2 deletions trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ static int ocfs2_sync_file(struct file *file, int datasync)
* platter
*/
if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER)
blkdev_issue_flush(inode->i_sb->s_bdev, GFP_KERNEL,
NULL, BLKDEV_IFL_WAIT);
blkdev_issue_flush(inode->i_sb->s_bdev, GFP_KERNEL, NULL);
goto bail;
}

Expand Down

0 comments on commit dfb79c2

Please sign in to comment.