Re: [RFC][PATCH v2 4/8] Replace page_referenced() with wipe_page_reference()

From: Larry Woodman
Date: Thu Dec 10 2009 - 07:59:58 EST


KOSAKI Motohiro wrote:
@@ -578,7 +577,9 @@ static unsigned long shrink_page_list(struct list_head *page_list,

+ struct page_reference_context refctx = {
+ .is_page_locked = 1,

*
@@ -1289,7 +1291,6 @@ static void shrink_active_list(unsigned long nr_pages, struct zone *zone,

+ struct page_reference_context refctx = {
+ .is_page_locked = 0,
+ };
+
are these whole structs properly initialized on the kernel stack?

--
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/