Gleb Smirnoff 714fb86548 Fix a regression introduced in rev. 1.107. If an item once had a writer
semantics, and then was reused for next node, it still would be applied
as writer again.
  To fix the regression the decision is made never to alter item->el_flags
after the item has been allocated. This requires checking for overrides
both in ng_dequeue() and in ng_snd_item().

  Details:
  - Caller of the ng_apply_item() knows what is the current access to
    node and specifies it to ng_apply_item(). The latter drops the
    given access after item has beem applied.
  - ng_dequeue() needs to be supplied with int pointer, where it stores
    the obtained access on node.
  - Check for node/hook access overrides in ng_dequeue().
2005-10-11 13:48:38 +00:00
..
2005-09-22 19:15:33 +00:00
2005-02-12 18:10:26 +00:00
2005-04-15 10:14:00 +00:00
2005-10-07 14:14:47 +00:00
2005-06-03 09:06:00 +00:00
2005-08-02 20:05:37 +00:00
2005-02-10 02:43:26 +00:00
2005-09-19 11:49:54 +00:00
2005-02-06 19:24:59 +00:00