On Tue 23 Jul 2019, 9:17 a.m. Joerg Roedel, <joro@8bytes.org> wrote:
On Tue, Jul 16, 2019 at 10:38:05PM +0100, Dmitry Safonov wrote:

> @@ -235,6 +236,11 @@ static inline void init_iova_domain(struct iova_domain *iovad,
>  {
>  }

> +bool has_iova_flush_queue(struct iova_domain *iovad)
> +{
> +     return false;
> +}
> +

This needs to be 'static inline', I queued a patch on-top of my fixes
branch.

Ugh, copy-n-paste declaration.

Thanks much, 
Dmitry