From dfb79c254cd548a8770cf60e7c9fffea7f162803 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 22 Oct 2010 19:30:38 -0700 Subject: [PATCH] --- yaml --- r: 213446 b: refs/heads/master c: f8cae0f03f75adb54b1d48ddbc90f84a1f5de186 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/file.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5c61637c14c1..dd510d5e4910 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2ecad9faca2221ae6f664f146f0dcae661bf39d +refs/heads/master: f8cae0f03f75adb54b1d48ddbc90f84a1f5de186 diff --git a/trunk/fs/ocfs2/file.c b/trunk/fs/ocfs2/file.c index 9e8cc4346b76..1ca6867935bb 100644 --- a/trunk/fs/ocfs2/file.c +++ b/trunk/fs/ocfs2/file.c @@ -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; }