Re: [RFC][PATCH] nameing reserved pages [1/3]
From: KAMEZAWA Hiroyuki
Date: Wed Apr 20 2005 - 18:51:00 EST
Hi!
Pavel Machek wrote:
~
missing e?
Oh, it's typo :(. thanks!
+ Reserved_At_Boot,
+ Max_Reserved_Types,
+ Page_Invalid = 0xff
+};
You certainly use unusual naming convention here. Could we get
reserved_at_boot instead? (I.e. all lowercase).
Okay.
+static inline void set_page_reserved(struct page *page, unsigned char type)
+{
Make it enum page_type type.
I'll do.
Thanks
-- Kame <kamezawa.hiroyu@xxxxxxxxxxxxxx>
-
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/