commit | 4713839dfe8269d27d83a33d1e39f9c2970eb31a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 25 09:04:33 2019 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Apr 30 09:26:41 2019 -0600 |
tree | 1cad7f712e13fe99969850cdf91eff4fb017d3a6 | |
parent | 2b070cfe582b8e99fec6ada57d2e59e194aae202 [diff] |
block: remove the __bio_add_pc_page export The same page optimization is a rather odd corner case, which is not used outside bio.c and which really should not be used outside of bio.c either - we have better highlevel helpers like the rq/bio mapping helpers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>