]> Zhao Yanbai Git Server - minix.git/commit
mini_receive() clean up
authorTomas Hruby <tom@minix3.org>
Wed, 23 Jun 2010 10:36:19 +0000 (10:36 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 23 Jun 2010 10:36:19 +0000 (10:36 +0000)
commit76708e9bf42aa0c3501d6a9457506ac66f9ea6c1
tree03135ee60a929c531d9ba940087779fde26063b6
parent921bacd24410481ad011069a0c861d392e6deece
mini_receive() clean up

- for better readability xpp is substitued by sender

- makes sure that the dequeued sender has p_q_link == NULL and that
  this condition holds when enqueuing the sender again. This is a
  sanity check to make sure that the new sender is not enqueued
  already

- Before this change the dequeued sender's p_q_link may not be NULL
  and it was only set to NULL when enqueued again
kernel/proc.c