[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YjsWCMTpvKXweoJj@casper.infradead.org>
Date: Wed, 23 Mar 2022 12:43:52 +0000
From: Matthew Wilcox <willy@...radead.org>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: Guenter Roeck <linux@...ck-us.net>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Harsha <harsha.harsha@...inx.com>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] cacheflush.h: Add forward declaration for struct folio
On Wed, Mar 23, 2022 at 03:35:10PM +1200, Herbert Xu wrote:
> This should be fixed in cacheflush.h:
>
> ---8<---
> The struct folio is not declared in cacheflush.h so we need to
> provide a forward declaration as otherwise users of this header
> file may get warnings.
>
> Reported-by: Guenter Roeck <linux@...ck-us.net>
> Fixes: 522a0032af00 ("Add linux/cacheflush.h")
> Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
Reviewed-by: Matthew Wilcox (Oracle) <willy@...radead.org>
> diff --git a/include/linux/cacheflush.h b/include/linux/cacheflush.h
> index fef8b607f97e..a6189d21f2ba 100644
> --- a/include/linux/cacheflush.h
> +++ b/include/linux/cacheflush.h
> @@ -4,6 +4,8 @@
>
> #include <asm/cacheflush.h>
>
> +struct folio;
> +
> #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
> #ifndef ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
> void flush_dcache_folio(struct folio *folio);
> --
> Email: Herbert Xu <herbert@...dor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists