The patch titled fs: deprecate memclear_highpage_flush has been removed from the -mm tree. Its filename was fs-deprecate-memclear_highpage_flush.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fs: deprecate memclear_highpage_flush From: Nate Diller <nate.diller@xxxxxxxxx> Now that all the in-tree users are converted over to zero_user_page(), deprecate the old memclear_highpage_flush() call. Signed-off-by: Nate Diller <nate.diller@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/highmem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN include/linux/highmem.h~fs-deprecate-memclear_highpage_flush include/linux/highmem.h --- a/include/linux/highmem.h~fs-deprecate-memclear_highpage_flush +++ a/include/linux/highmem.h @@ -110,8 +110,7 @@ static inline void clear_highpage(struct kunmap_atomic(kaddr, (km_type)); \ } while (0) - -static inline void memclear_highpage_flush(struct page *page, +static inline void __deprecated memclear_highpage_flush(struct page *page, unsigned int offset, unsigned int size) { zero_user_page(page, offset, size, KM_USER0); _ Patches currently in -mm which might be from nate.diller@xxxxxxxxx are origin.patch cifs-use-simple_prepare_write-to-zero-page-data.patch ext4-use-simple_prepare_write-to-zero-page-data.patch ecryptfs-use-zero_user_page.patch ext4-use-zero_user_page.patch gfs2-use-zero_user_page.patch nfs-use-zero_user_page.patch ntfs-use-zero_user_page.patch ocfs2-use-zero_user_page.patch xfs-use-zero_user_page.patch reiser4.patch reiser4-use-zero_user_page.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html