gfio: sync range spin buttons in edit view
authorJens Axboe <axboe@kernel.dk>
Fri, 16 Mar 2012 18:41:01 +0000 (19:41 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Mar 2012 18:41:01 +0000 (19:41 +0100)
commit1da10c195aecc96f0c7a18fdc971221d527d6a6a
treedc11f29f2685ae7c5c2985cfba91f845aeaf5b11
parente231bbe64fffda2090b74941efe21d9c0013cd1e
gfio: sync range spin buttons in edit view

They are paired, min/max for read, and min/max for write. If the user
adjusts the min value larger than max, adjust the max automatically.
And vice versa for the max value.

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