From 2ea826b428246eb62be81630f441a4367a675968 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 17 Aug 2024 17:10:04 +0200 Subject: *: getxattr --- src/kernel/malloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kernel/malloc.c') diff --git a/src/kernel/malloc.c b/src/kernel/malloc.c index 2fe4792..eb0d01f 100644 --- a/src/kernel/malloc.c +++ b/src/kernel/malloc.c @@ -28,6 +28,7 @@ static const char *tagnames[] = { "RootCache", /* TagRootCache */ "PageRefcount", /* TagPageRefcount */ "Intr", /* TagIntr */ + "XattrName", /* TagXattrName */ }; static_assert(sizeof(tagnames) == sizeof(const char *) * TagLast); -- cgit v1.2.3