ocfs2: drop the BLKDEV_IFL_WAIT flag
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Oct 2010 02:30:38 +0000 (19:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Oct 2010 02:30:38 +0000 (19:30 -0700)
commitf8cae0f03f75adb54b1d48ddbc90f84a1f5de186
tree6007d5bb2b955d6509cfb19384aba85c8d4caa94
parentd2ecad9faca2221ae6f664f146f0dcae661bf39d
ocfs2: drop the BLKDEV_IFL_WAIT flag

Commit dd3932eddf42 ("block: remove BLKDEV_IFL_WAIT") had removed the
flag argument to blkdev_issue_flush(), but the ocfs2 merge brought in a
new one.  It didn't cause a merge conflict, so the merges silently
worked out fine, but the result didn't actually compile.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/file.c