13/18

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_split_unmap_and_freeze_file() always passes do_lru as true, so the argument and the branches gated on it are dead code. Drop it. Si