[Linux-cachefs] [PATCH v4] netfs: do not unlock and put the folio twice

Matthew Wilcox willy at infradead.org
Thu Jul 7 13:26:33 UTC 2022


On Thu, Jul 07, 2022 at 02:21:45PM +0100, David Howells wrote:
> -					 struct folio *folio, void **_fsdata);
> +					 struct folio **_folio, void **_fsdata);

The usual convention is that _foo means "Don't touch".  This should
probably be named "foliop" (ie pointer to a thing that would normally
be called folio).



More information about the Linux-cachefs mailing list