[v1,0/1] swiotlb: Clean up unused code if !CONFIG_DEBUG_FS

Message ID cover.1681984708.git.petr.tesarik.ext@huawei.com
Headers
Series swiotlb: Clean up unused code if !CONFIG_DEBUG_FS |

Message

Petr Tesarik April 20, 2023, 9:58 a.m. UTC
  From: Petr Tesarik <petr.tesarik.ext@huawei.com>

While verifying that the swiotlb high water marks are never used
if CONFIG_DEBUG_FS is unset, I guarded the corresponding fields
in strut io_tlb_mem with an #ifdef, but then I ran into a build
failure. This patch tries to clean up the optional debugfs code
in swiotlb.

The patch should be applied to the dma-mapping for-next tree.

Petr Tesarik (1):
  swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FS

 include/linux/swiotlb.h |  2 ++
 kernel/dma/swiotlb.c    | 15 ++++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)