1/4

mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max

修复get_scan_count()中swappiness=max时因检查顺序导致文件页被错误回收的问题,确保仅回收匿名页。