]> Git Repo - linux.git/commit - block/bio.c
block: cleanup bio_endio
authorChristoph Hellwig <[email protected]>
Fri, 11 Mar 2016 16:34:52 +0000 (17:34 +0100)
committerJens Axboe <[email protected]>
Mon, 14 Mar 2016 14:55:24 +0000 (08:55 -0600)
commitba8c6967b7391aab8fa562611fe637a57850b4aa
tree863d75b6e83dc4bd77a0d51d64e92be79b4cba53
parent38f8baae890561203ba6093f76b14576ce9b271b
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 <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/bio.c
This page took 0.05135 seconds and 4 git commands to generate.