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 <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to