The zero_user() API is almost unused these days. Finish the job of removing it. Matthew Wilcox (Oracle) (5): bio: Use memzero_page() in bio_truncate() null_blk: Use memzero_page() direct-io: Use memzero_page() ceph: Convert ceph_zero_partial_page() to use a folio mm: Remove zero_user() block/bio.c | 4 ++-- drivers/block/null_blk/main.c | 2 +- fs/ceph/file.c | 21 ++++++++++----------- fs/direct-io.c | 2 +- include/linux/highmem.h | 6 ------ 5 files changed, 14 insertions(+), 21 deletions(-) -- 2.47.2