]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/zsmalloc.h
mm: zsmalloc: constify struct zs_pool name
[mirror_ubuntu-jammy-kernel.git] / include / linux / zsmalloc.h
index 6398dfae53f103200a38b39c2a00cf89c4d12448..34eb16098a333317a3185a9c9109cb000cf5b41f 100644 (file)
@@ -41,7 +41,7 @@ struct zs_pool_stats {
 
 struct zs_pool;
 
-struct zs_pool *zs_create_pool(char *name, gfp_t flags);
+struct zs_pool *zs_create_pool(const char *name, gfp_t flags);
 void zs_destroy_pool(struct zs_pool *pool);
 
 unsigned long zs_malloc(struct zs_pool *pool, size_t size);