2.0.20: typo in mm/vmscan.c

Gerd Knorr (kraxel@cs.tu-berlin.de)
Fri, 13 Sep 1996 16:25:12 +0200 (MET DST)


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;
}