Re: [PATCH v5 05/14] iommufd: Rename fault.c to eventq.c

2025-01-10 Thread Jason Gunthorpe
On Tue, Jan 07, 2025 at 09:10:08AM -0800, Nicolin Chen wrote: > Rename the file, aligning with the new eventq object. > > Reviewed-by: Kevin Tian > Reviewed-by: Lu Baolu > Signed-off-by: Nicolin Chen > --- > drivers/iommu/iommufd/Makefile | 2 +- > drivers/iommu/iommufd/{fault.c =

[PATCH v5 05/14] iommufd: Rename fault.c to eventq.c

2025-01-07 Thread Nicolin Chen
Rename the file, aligning with the new eventq object. Reviewed-by: Kevin Tian Reviewed-by: Lu Baolu Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/Makefile | 2 +- drivers/iommu/iommufd/{fault.c => eventq.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename driver