commit | ab780f1ece0dc8d5e8e8e85435acc5e4747ccda3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Aug 26 10:25:02 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 09 08:56:09 2008 +0200 |
tree | 4085b6c929a44de229eb5ef13fa2079211ea5512 | |
parent | c7c22e4d5c1fdebfac4dba76de7d0338c2b0d832 [diff] |
block: inherit CPU completion on bio->rq and rq->rq merges Somewhat incomplete, as we do allow merges of requests and bios that have different completion CPUs given. This is done on the assumption that a larger IO is still more beneficial than CPU locality. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>