Messages in this thread Patch in this message |  | | Date | Fri, 13 Sep 1996 16:25:12 +0200 (MET DST) | From | Gerd Knorr <> | Subject | 2.0.20: typo in mm/vmscan.c |
| |
Here is the fix...
Gerd
--- vmscan.c-2.0.20 Fri Sep 13 16:23:43 1996 +++ vmscan.c Fri Sep 13 16:24:09 1996 @@ -111,7 +111,7 @@ if (!(entry = get_swap_page())) { /* Aieee!!! Out of swap space! */ int retval = -1; - if (nr_swapfile == 0) + if (nr_swapfiles == 0) retval = 0; return retval; }
|  |