samples/cgroup: rm unused MEMCG_EVENTS macro

MEMCG_EVENTS is never referenced in the code. Just remove it.

Link: https://lkml.kernel.org/r/20250903073100.2477-1-zhangjiao2@cmss.chinamobile.com
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
zhang jiao
2025-09-03 15:30:59 +08:00
committed by Andrew Morton
parent 72797d218b
commit 152d42584a

View File

@@ -18,8 +18,6 @@
#include <sys/inotify.h>
#include <unistd.h>
#define MEMCG_EVENTS "memory.events"
/* Size of buffer to use when reading inotify events */
#define INOTIFY_BUFFER_SIZE 8192