commit | d004a5e7d4dd6335ce6e2044af42f5e0fbebb51d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 08 19:13:48 2017 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 10 19:53:25 2017 -0700 |
tree | 5a91e420f7256614b3dbd32fd4ef17a5c2bc483b | |
parent | 83f5f7ed72f316eda4c4c3833beebfe6578926f4 [diff] |
block: remove __bio_kmap_atomic This helper doesn't buy us much over calling kmap_atomic directly. In fact in the only caller it does a bit of useless work as the caller already has the bvec at hand, and said caller would even buggy for a multi-segment bio due to the use of this helper. So just remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>