gfio: make option hiding actually work
authorJens Axboe <axboe@kernel.dk>
Fri, 16 Mar 2012 20:45:05 +0000 (21:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Mar 2012 20:45:05 +0000 (21:45 +0100)
commitec0218ff0e7ad3a480a13db33b0e0cd668ef6222
tree8fab3bec8557c52959ee850f29aae0153d680e92
parentb6caa83661e729c8fab46998fc75447dc1a3e06c
gfio: make option hiding actually work

We have multiple widgets if they appear in multiple tabs. Keep
track of that and hide them all.

Still need to handle non-bool options, but at least the logic
is sound now.

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