On 03/05/2018 08:26 AM, Kirill A. Shutemov wrote: > extern void prep_encrypt_page(struct page *page, gfp_t gfp, unsigned int order); > +extern void free_encrypt_page(struct page *page, int keyid, unsigned int order); The grammar here is weird, I think. Why not free_encrypted_page()? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>