patch-2.3.39 linux/mm/memory.c
Next file: linux/net/core/iovec.c
Previous file: linux/lib/string.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Mon Jan 10 14:05:33 2000
-  Orig file: 
v2.3.38/linux/mm/memory.c
-  Orig date: 
Tue Jan  4 13:57:21 2000
diff -u --recursive --new-file v2.3.38/linux/mm/memory.c linux/mm/memory.c
@@ -560,8 +560,8 @@
 		map = iobuf->maplist[i];
 		
 		if (map && iobuf->locked) {
-			__free_page(map);
 			UnlockPage(map);
+			__free_page(map);
 		}
 	}
 	
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)