On Fri, 22 Dec 2000, Alan Cox wrote:
> o     Quota fixes/updates                             (Jan Kara)

This patch (?) to breaks compiling without quota's...


diff -u --new-file --recursive --exclude-from /usr/src/exclude 
linux.13pre3/mm/vmscan.c linux.ac/mm/vmscan.c
--- linux.13pre3/mm/vmscan.c    Tue Dec 19 13:30:29 2000
+++ linux.ac/mm/vmscan.c        Thu Dec 21 21:21:00 2000
@@ -943,6 +943,7 @@
                 */
                shrink_dcache_memory(priority, gfp_mask);
                shrink_icache_memory(priority, gfp_mask);
+               shrink_dqcache_memory(priority, gfp_mask);

                /*
                 * Then, try to page stuff out..
@@ -1004,6 +1005,7 @@
        if (free_shortage() || inactive_shortage()) {
                shrink_dcache_memory(6, gfp_mask);
                shrink_icache_memory(6, gfp_mask);
+               shrink_dqcache_memory(6, gfp_mask);
                ret += refill_inactive(gfp_mask, user);
        } else {
                /*




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

Reply via email to