DragonFly commits List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern lwkt_msgport.c
dillon 2004/06/11 18:55:59 PDT
DragonFly src repository
Modified files:
sys/kern lwkt_msgport.c
Log:
Fix a bug in the reply port path related to aborts. Aborted messages are
requeued to the target port. If the target is processing the message and
replies to it, the replyport code is supposed to remove any requeued aborts
(since the target completed processing of that message).
However, this was only occuring for MSGF_ASYNC messages. It must be done for
both originator synchronous and originator asynchronous messages (abort
processing has nothing to do with how the originator sent the message).
Reported-by: David Rhodus
Testing-by: David Rhodus
Revision Changes Path
1.25 +17 -19 src/sys/kern/lwkt_msgport.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_msgport.c.diff?r1=1.24&r2=1.25&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]