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

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

Kernel v2.4.13-pre4 /mm/page_alloc.c

Filename:/mm/page_alloc.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.12-ac3  2.4.12-ac2  2.4.12-ac1  2.4.11  2.4.11-pre6  2.4.11-pre5 
(Following) 2.4.13-pre5  2.4.13-pre6  2.4.13  2.4.13-ac1  2.4.13-ac2  2.4.13-ac3 

Location
[  2.4.13-pre4
  [  mm
     o  page_alloc.c

Patch

diff -u --recursive --new-file v2.4.12/linux/mm/page_alloc.c linux/mm/page_alloc.c
--- v2.4.12/linux/mm/page_alloc.c   Tue Oct  9 17:06:53 2001
+++ linux/mm/page_alloc.c   Tue Oct 16 17:19:26 2001
@@ -242,7 +242,7 @@
    current->allocation_order = order;
    current->flags |= PF_MEMALLOC | PF_FREE_PAGES;
 
-   __freed = try_to_free_pages(classzone, gfp_mask, order);
+   __freed = try_to_free_pages(gfp_mask, order);
 
    current->flags &= ~(PF_MEMALLOC | PF_FREE_PAGES);
 


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