On 03/14/23 13:13, Peng Zhang wrote:
From: ZhangPeng <zhangpeng362@xxxxxxxxxx>Any reason why you did not change copy_user_huge_page to folios as
Change copy_huge_page_from_user() to copy_folio_from_user().
well? All callers are passing &folio->page.
Just my opinion, but it might be better/easier to review if the copy
routines were done in a separate patch. There is a little more than
folio conversion happening there.