gfio: fix wrong pointer being passed into file_open()
authorJens Axboe <axboe@kernel.dk>
Mon, 12 Mar 2012 14:09:42 +0000 (15:09 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Mar 2012 14:09:42 +0000 (15:09 +0100)
commitcf4b04430772e91f75fe6ce4c550480cd9ee7c7a
treecc1a4d8d0638ea9c1be3f3ef2e532eb97807385a
parent261f21d0e9a273cea8d0ef2ae7faf78edb95ef62
gfio: fix wrong pointer being passed into file_open()

We passed the gui_entry, it wants the gui. Fixes segfault
on clicking "Connect", when attempting to auto-load the
file open dialog.

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