mm: trim more holes
authorNick Piggin <npiggin@suse.de>
Tue, 16 Oct 2007 08:24:56 +0000 (01:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:42:54 +0000 (09:42 -0700)
commit64649a58919e66ec21792dbb6c48cb3da22cbd7f
tree054605b7da7bad43c299ef66de9d33fda87cd38d
parent5fe172370687e03cc6ba8dca990b75db18ff9bb3
mm: trim more holes

If prepare_write fails with AOP_TRUNCATED_PAGE, or if commit_write fails, then
we may have failed the write operation despite prepare_write having
instantiated blocks past i_size.  Fix this, and consolidate the trimming into
one place.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c