Re: [PATCH v8 05/20] cachefiles: implement on-demand read

From: David Howells
Date: Mon Apr 11 2022 - 08:44:48 EST


Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx> wrote:

> /*
> * Uninstall anon_fd to the cachefiles object, so that no further
> * associated requests will get enqueued.
> */

"Uninstall anon_fd from..."?

> +static int init_read_req(struct cachefiles_req *req, void *private)

Prefix with "cachefiles_" please (or "cachefiles_ondemand_").

David