mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
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:
committed by
Andrew Morton
parent
72797d218b
commit
152d42584a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user