summaryrefslogtreecommitdiff
path: root/src/kernel/malloc.c
diff options
context:
space:
mode:
authordzwdz2024-08-17 17:10:04 +0200
committerdzwdz2024-08-17 17:10:04 +0200
commit2ea826b428246eb62be81630f441a4367a675968 (patch)
treef2bb2c528f3e496efed741c5ecdfd4f922547067 /src/kernel/malloc.c
parent3609248bab04e0d273bb58d2544034b3ed7c35e0 (diff)
*: getxattr
Diffstat (limited to 'src/kernel/malloc.c')
-rw-r--r--src/kernel/malloc.c1
1 files changed, 1 insertions, 0 deletions
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);