From 0f4ef4cd5cfbbd63143722951ea0b4860f4547c5 Mon Sep 17 00:00:00 2001 From: zhilan Date: Thu, 20 Jul 2023 16:30:24 +0800 Subject: [PATCH] fix bugs --- source/tools/monitor/unity/collector/plugin/podmem/memcg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/monitor/unity/collector/plugin/podmem/memcg.cpp b/source/tools/monitor/unity/collector/plugin/podmem/memcg.cpp index e740cffe..33ede082 100644 --- a/source/tools/monitor/unity/collector/plugin/podmem/memcg.cpp +++ b/source/tools/monitor/unity/collector/plugin/podmem/memcg.cpp @@ -286,7 +286,7 @@ static int get_dentry_top() info->dirty = 0; info->inactive = 0; info->del = del; - info->cindoe = history_inodes[inode]; + info->cinode = history_inodes[inode]; info->size = i_size>>10; strncpy(info->filename, end, sizeof(info->filename) - 2); -- Gitee