Re: [PATCH] [2.6] [2/2] hlist: remove IFs from hlist functions

From: Stephen Hemminger
Date: Wed Feb 11 2004 - 01:46:45 EST


+++ linux-2.6.2.hlist/lib/list.c 2004-02-10 13:03:08.000000000 -0800
@@ -0,0 +1,10 @@
+#include <linux/module.h>
+#include <linux/list.h>
+
+/*
+ * shared tail sentinel for hlists
+ */
+struct hlist_node hlist_null;

Could this be const?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/