From 38b8ff7db4d99ebfabaee81b8747877424d1cf28 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 4 Jun 2013 14:41:29 -0400 Subject: [PATCH] ext4: Remove wait for unwritten extents in ext4_ind_direct_IO() We don't have to wait for unwritten extent conversion in ext4_ind_direct_IO() as all writes that happened before DIO are flushed by the generic code and extent conversion has happened before we cleared PageWriteback bit. Reviewed-by: Zheng Liu Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-format-patch failed