提交 27fd8087 创建 作者: Robert Morris's avatar Robert Morris

missing line

上级 2224e0e7
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include "queue.h" #include "queue.h"
#include "proc.h" #include "proc.h"
#include "cpu.h" #include "cpu.h"
#include "kmtrace.h"
// GC scheme based on Fraser's: // GC scheme based on Fraser's:
// a machine has a global_epoch // a machine has a global_epoch
......
...@@ -276,6 +276,7 @@ ns_remove(struct ns *ns, struct nskey key, void *v) ...@@ -276,6 +276,7 @@ ns_remove(struct ns *ns, struct nskey key, void *v)
} }
pe = &e->next; pe = &e->next;
pelock = &e->next_lock;
} }
gc_end_epoch(); gc_end_epoch();
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论