Date:	Tue, 8 Apr 2008 09:45:39 +0200
From: Andi Kleen <andi@firstfloor.org>

Fix some comments in mempolicy.c

- Drop the "Simple" from the description. It is everything but simple
by now.

- Drop one item which has been long implemented from the Todo List
(page cache policy which is supported by cpusets)

Signed-off-by: Andi Kleen <andi@firstfloor.org>

Index: linux/mm/mempolicy.c
===================================================================
--- linux.orig/mm/mempolicy.c
+++ linux/mm/mempolicy.c
@@ -1,5 +1,5 @@
 /*
- * Simple NUMA memory policy for the Linux kernel.
+ * NUMA memory policy for the Linux kernel.
  *
  * Copyright 2003,2004 Andi Kleen, SuSE Labs.
  * (C) Copyright 2005 Christoph Lameter, Silicon Graphics, Inc.
@@ -54,11 +54,8 @@
  */
 
 /* Notebook:
-   fix mmap readahead to honour policy and enable policy for any page cache
-   object
+   fix mmap readahead to honour policy
    statistics for bigpages
-   global policy for page cache? currently it uses process policy. Requires
-   first item above.
    handle mremap for shared memory (currently ignored for the policy)
    grows down?
    make bind policy root only? It can trigger oom much faster and the
