[patch 4/5] openmosix/fix-mig_do_receive-packet-deletion.patch
Florian Delizy <[email protected]> Sat, 25 Nov 2006 00:18:56 +0100
| Newsgroups | gmane.linux.cluster.openmosix.devel |
|---|---|
| Message-ID | <[email protected]> |
This patch fixes some wild packet deletion and add one that was forgotten :) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ openMosix-devel mailing list openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/openmosix-devel
fix-mig_do_receive-packet-deletion.patch
(text/x-patch, 600 B)
Subject: [patch @num@/@total@] @name@ This patch fixes some wild packet deletion and add one that was forgotten :) Index: linux/hpc/migrecv.c =================================================================== --- linux.orig/hpc/migrecv.c 2006-11-24 22:41:28.000000000 +0100 +++ linux/hpc/migrecv.c 2006-11-24 22:41:38.000000000 +0100 @@ -172,8 +172,6 @@ send_tsk->hpid=recv_kcom_pkt->hpid; } - kcom_pkt_delete(recv_kcom_pkt); - /* send_pkt->rpid=0; // set this to 0 or if same process migrates second time here, it'll keep old rpid*/ user_thread(mig_handle_migration, &rpid, 0);