Tiny fix hicache kernel backend comparison (#16867)

Signed-off-by: Mohammad Miadh Angkad <MAngkad.BSDSBA2027@aim.edu>
This commit is contained in:
Mohammad Miadh Angkad
2026-01-11 10:10:42 +08:00
committed by GitHub
parent d112f6a25b
commit ff97814232

View File

@@ -2000,7 +2000,7 @@ class ServerArgs:
def _handle_hicache(self):
if (
self.hicache_mem_layout == "page_first_direct"
and self.hicache_io_backend is "kernel"
and self.hicache_io_backend == "kernel"
):
self.hicache_io_backend = "direct"
logger.warning(