Re: [PATCH 5/9] fscache,netfs: rename netfs_cache_ops as fscache_ops
From: David Howells
Date: Thu Oct 27 2022 - 09:10:56 EST
Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx> wrote:
> Rename netfs_cache_ops as fscache_ops to make raw fscache APIs more
> neutral independent on libnetfs.
This is intended to be cache-architecture independent, in case someone comes
along with a cache other than fscache they want to use.
David