commit | ba8c6967b7391aab8fa562611fe637a57850b4aa | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Mar 11 17:34:52 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Mon Mar 14 08:55:24 2016 -0600 |
tree | 863d75b6e83dc4bd77a0d51d64e92be79b4cba53 | |
parent | 38f8baae890561203ba6093f76b14576ce9b271b [diff] |
block: cleanup bio_endio Replace the while loop that unecessarily checks for a NULL bio in the fast path with a simple goto loop. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>