From bd2843fe1f29f6145c623ae9390f144cefaa611d Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 9 Sep 2015 10:16:39 +0100 Subject: [PATCH] fix ufs write vs readpage race when writing into a hole Followup to the UFS series - with the way we clear the new blocks (via buffer cache, possibly on more than a page worth of file) we really should not insert a reference to new block into inode block tree until after we'd cleared it. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-format-patch failed