commit | 2b885517110cbe8724fef30363778b6284d0a428 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Mar 11 17:34:53 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Mon Mar 14 08:55:25 2016 -0600 |
tree | 609935ecfa54b2e31752f375ec1dfb46cf3fca71 | |
parent | ba8c6967b7391aab8fa562611fe637a57850b4aa [diff] |
block: bio_remaining_done() isn't unlikely We use bio chaining during most I/Os these days due to the delayed bio splitting. Additionally XFS will start using it, and there is a pending direct I/O rewrite also making heavy use for it. Don't pretend it's always unlikely, and let the branch predictor do it's job instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>