block: Simplify bsg complete all
authorPeter Zijlstra <peterz@infradead.org>
Tue, 3 Feb 2015 11:55:31 +0000 (12:55 +0100)
committerJens Axboe <axboe@fb.com>
Wed, 4 Feb 2015 16:57:52 +0000 (09:57 -0700)
It took me a few tries to figure out what this code did; lets rewrite
it into a more regular form.

The thing that makes this one 'special' is the BSG_F_BLOCK flag, if
that is not set we're not supposed/allowed to block and should spin
wait for completion.

The (new) io_wait_event() will never see a false condition in case of
the spinning and we will therefore not block.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found