commit | 7a800a20ae6329e803c5c646b20811a6ae9ca136 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Feb 02 18:19:29 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 08 08:33:16 2021 -0700 |
tree | 9c72ec387e817945bde72c5b2e75e633688509c9 | |
parent | 72b043654ba8b8ce2e0cf3da49247b2db3acb2c1 [diff] |
block: use bi_max_vecs to find the bvec pool Instead of encoding of the bvec pool using magic bio flags, just use a helper to find the pool based on the max_vecs value. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>