14/41
mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
将 LRU cache 冲刷逻辑抽取为 lru_cache_drain_for_folio(),供 guest_memfd 转换前移除 per-CPU LRU cache 中的额外 folio 引用;保留两次预期 refcount 检查以降低并发漏检风险。
将 LRU cache 冲刷逻辑抽取为 lru_cache_drain_for_folio(),供 guest_memfd 转换前移除 per-CPU LRU cache 中的额外 folio 引用;保留两次预期 refcount 检查以降低并发漏检风险。