Re: [RFC PATCH v1 2/4] vfio: Add a page fault handler

From: Christoph Hellwig
Date: Wed Jan 27 2021 - 12:44:07 EST


On Mon, Jan 25, 2021 at 05:04:00PM +0800, Shenming Lu wrote:
> +EXPORT_SYMBOL_GPL(vfio_iommu_dev_fault_handler);

This function is only used in vfio.c itself, so it should not be
exported, but rather marked static.