[PATCH 1/2] dma-mapping: move dma_addressing_limited out of line

2019-12-04 Thread Christoph Hellwig
This function isn't used in the fast path, and moving it out of line will reduce include clutter with the next change. Signed-off-by: Christoph Hellwig --- include/linux/dma-mapping.h | 14 +- kernel/dma/mapping.c| 15 +++ 2 files changed, 16 insertions(+), 13

[PATCH 1/2] dma-mapping: move dma_addressing_limited out of line

2019-11-27 Thread Christoph Hellwig
This function isn't used in the fast path, and moving it out of line will reduce include clutter with the next change. Signed-off-by: Christoph Hellwig --- include/linux/dma-mapping.h | 14 +- kernel/dma/mapping.c| 15 +++ 2 files changed, 16 insertions(+), 13