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

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

Advertisement

Kernel v2.1.132 /mm/page_io.c

Filename:/mm/page_io.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.1.130  2.1.129  2.1.121  2.1.110  2.1.107  2.1.94 
(Following)

Location
[  2.1.132
  [  mm
     o  page_io.c

Patch

diff -u --recursive --new-file v2.1.131/linux/mm/page_io.c linux/mm/page_io.c
--- v2.1.131/linux/mm/page_io.c   Fri Nov 27 13:09:30 1998
+++ linux/mm/page_io.c   Sun Dec 20 05:51:07 1998
@@ -60,7 +60,7 @@
    }
 
    /* Don't allow too many pending pages in flight.. */
-   if (atomic_read(&nr_async_pages) > SWAP_CLUSTER_MAX)
+   if (atomic_read(&nr_async_pages) > pager_daemon.swap_cluster)
       wait = 1;
 
    p = &swap_info[type];


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