From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file
---
kernel/include/linux/zsmalloc.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/include/linux/zsmalloc.h b/kernel/include/linux/zsmalloc.h
index 4638ddd..2a430e7 100644
--- a/kernel/include/linux/zsmalloc.h
+++ b/kernel/include/linux/zsmalloc.h
@@ -20,7 +20,6 @@
* zsmalloc mapping modes
*
* NOTE: These only make a difference when a mapped object spans pages.
- * They also have no effect when PGTABLE_MAPPING is selected.
*/
enum zs_mapmode {
ZS_MM_RW, /* normal read-write mapping */
--
Gitblit v1.6.2