]> xenbits.xensource.com Git - rumpuser-xen.git/commit
mini-os/xenbus: Use MINIOS_LIST for the list of watches
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 11 Jun 2014 12:28:07 +0000 (13:28 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 24 Jun 2014 16:32:38 +0000 (17:32 +0100)
commit10fc813c9151bd7b6cd8f4c797e199a7d80905a9
tree2ced04bf5f0d7f5144107f1369d703909c14966f
parent5097cd81193efad956dd753a0efaada0083ee127
mini-os/xenbus: Use MINIOS_LIST for the list of watches

Remove the open-coded singly-linked list manipulation.

We replace it with a doubly-linked list because in forthcoming patches
we are going to want the ability to remove a watch from the middle of
the list without hunting for it first.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
xen/xenbus/xenbus.c