commit | 6a9f5f240adfdced863a098d34f8f05ca6ab9d5f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 24 09:43:50 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Sep 24 12:33:54 2018 -0600 |
tree | eb81b3a3073e9c03c03170468f2ba43ed7f43487 | |
parent | 27ca1d4ed04ea29dc77b47190a3cc82697023e76 [diff] |
block: simplify BIOVEC_PHYS_MERGEABLE Turn the macro into an inline, move it to blk.h and simplify the arch hooks a bit. Also rename the function to biovec_phys_mergeable as there is no need to shout. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>