ext4: use truncate_pagecache() in collapse range
authorLukas Czerner <[email protected]>
Fri, 18 Apr 2014 14:21:15 +0000 (10:21 -0400)
committerTheodore Ts'o <[email protected]>
Fri, 18 Apr 2014 14:21:15 +0000 (10:21 -0400)
commit694c793fc1ade0946149c5f8d43f71e0728c4e81
tree6fffd99f193595aa55981aa3c5296d56a766878a
parent50e02fd84543d82e663000e780e0ec0cfde52283
ext4: use truncate_pagecache() in collapse range

We should be using truncate_pagecache() instead of
truncate_pagecache_range() in the collapse range because we're
truncating page cache from offset to the end of file.
truncate_pagecache() also get rid of the private COWed pages from the
range because we're going to shift the end of the file.

Signed-off-by: Lukas Czerner <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/extents.c