[Linux-cachefs] [RFC PATCH 1/7] cifs: Transition from ->readpages() to ->readahead()

Matthew Wilcox willy at infradead.org
Tue Jan 25 14:20:21 UTC 2022


On Tue, Jan 25, 2022 at 01:57:44PM +0000, David Howells wrote:
> +	while (readahead_count(ractl) - ractl->_batch_count) {

You do understand that prefixing a structure member with an '_' means
"Don't use this", right?  If I could get the compiler to prevent you, I
would.




More information about the Linux-cachefs mailing list