diff options
author | dzwdz | 2024-08-17 17:10:04 +0200 |
---|---|---|
committer | dzwdz | 2024-08-17 17:10:04 +0200 |
commit | 2ea826b428246eb62be81630f441a4367a675968 (patch) | |
tree | f2bb2c528f3e496efed741c5ecdfd4f922547067 /src/kernel/malloc.c | |
parent | 3609248bab04e0d273bb58d2544034b3ed7c35e0 (diff) |
*: getxattr
Diffstat (limited to 'src/kernel/malloc.c')
-rw-r--r-- | src/kernel/malloc.c | 1 |
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); |