14/17
mm/huge_memory: drop the unused do_lru argument of the file split helper
From: Kairui Song kasong@tencent.com The only caller of __folio_freeze_split_file() always passes do_lru as true, so the argument and the branches gated on it are dead code. Drop it. Reviewed-by: