patch-2.4.0-test8 linux/mm/vmscan.c
Next file: linux/net/atm/mpoa_proc.c
Previous file: linux/mm/page_alloc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 1 14:25:26 2000
- Orig file:
v2.4.0-test7/linux/mm/vmscan.c
- Orig date:
Wed Aug 9 19:19:51 2000
diff -u --recursive --new-file v2.4.0-test7/linux/mm/vmscan.c linux/mm/vmscan.c
@@ -646,7 +646,7 @@
{
printk("Starting kswapd v1.7\n");
swap_setup();
- kernel_thread(kswapd, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);
+ kernel_thread(kswapd, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGNAL);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)