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

From: Petr Tesarik
Date: Thu Apr 20 2023 - 05:59:37 EST


From: Petr Tesarik <petr.tesarik.ext@xxxxxxxxxx>

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(-)

--
2.25.1