gfio: use glib hash for tab lookup
authorJens Axboe <axboe@kernel.dk>
Wed, 21 Mar 2012 11:48:32 +0000 (12:48 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Mar 2012 11:48:32 +0000 (12:48 +0100)
commitb98ab718031a25ecfd3fa64df3f9992baa83b5ac
treeafb25dab5bad969c8da115c86f21a1adad87de6a
parent470cdbb7a77db8293440c8f7610e49b2537d6b7b
gfio: use glib hash for tab lookup

Not really a CPU saver, but it reduces the amount of code we have
to maintain by getting rid of the list lookup.

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