graph: prio tree alias handling
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Mar 2012 08:24:05 +0000 (09:24 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Mar 2012 08:24:05 +0000 (09:24 +0100)
commitcdae5ff83147bedec73318e347e39d4c388da2b9
tree413f93ff99653ea2a0d998a0f20b65404a1e88af
parent3d43382c7864753728b181ac356222d67bdd4a3f
graph: prio tree alias handling

Store aliases in a list off the prio node.

Switch graph internals to use flist, instead of home brew list.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
graph.c