Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information