Skip to content
Commit 5e44f8c3 authored by Hugh Dickins's avatar Hugh Dickins Committed by Theodore Ts'o
Browse files

ext4: hole-punch use truncate_pagecache_range



When truncating a file, we unmap pages from userspace first, as that's
usually more efficient than relying, page by page, on the fallback in
truncate_inode_page() - particularly if the file is mapped many times.

Do the same when punching a hole: 3.4 added truncate_pagecache_range()
to do the unmap and trunc, so use it in ext4_ext_punch_hole(), instead
of calling truncate_inode_pages_range() directly.

Signed-off-by: default avatarHugh Dickins <hughd@google.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent b2f4edb3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment