aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <andi@firstfloor.org>2024-03-27 18:40:52 -0700
committerAndi Kleen <andi@firstfloor.org>2024-03-27 18:40:52 -0700
commitd94de7f33373ec624a35eb986e7d67a0857b2d53 (patch)
treecdbd666cbf310d3ba6be99e954c68a2e9999c689
parent569b3cea0953f2ea0212dfaf16cbcc6731fb9965 (diff)
downloadmcelog-d94de7f33373ec624a35eb986e7d67a0857b2d53.tar.gz
page.c: Remove obsolete comment
-rw-r--r--page.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/page.c b/page.c
index 12652c2..b606046 100644
--- a/page.c
+++ b/page.c
@@ -18,10 +18,7 @@
/* NB
investigate other data structures. Primary consideration would
- be space efficiency. rbtree nodes are rather large.
-
- Do we need aging? Right now the only way to get rid of old nodes
- is to restart. */
+ be space efficiency. rbtree nodes are rather large. */
#define _GNU_SOURCE 1
#include <stdlib.h>
#include <stdio.h>