Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.26-rc1 /mm/mincore.c

Filename:/mm/mincore.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.6.25-git20  2.6.25-git19  2.6.25-git18  2.6.25-git17  2.6.25-git16  2.6.25-git15 
(Following) 2.6.26-rc2  2.6.26-rc3  2.6.26-rc4  2.6.26-rc5  2.6.26-rc6  2.6.26-rc7 

Location
[  2.6.26-rc1
  [  mm
     o  mincore.c

Patch

diff --git a/mm/mincore.c b/mm/mincore.c
index 5efe0de..5178800 100644
--- a/mm/mincore.c
+++ b/mm/mincore.c
@@ -33,7 +33,7 @@ static unsigned char mincore_page(struct address_space *mapping, pgoff_t pgoff)
     * When tmpfs swaps out a page from a file, any process mapping that
     * file will not get a swp_entry_t in its pte, but rather it is like
     * any other file mapping (ie. marked !present and faulted in with
-    * tmpfs's .nopage). So swapped out tmpfs mappings are tested here.
+    * tmpfs's .fault). So swapped out tmpfs mappings are tested here.
     *
     * However when tmpfs moves the page from pagecache and into swapcache,
     * it is still in core, but the find_get_page below won't find it.


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.