commit | bee9f65523218e3baeeecde9295c8fbe9bc08e0a | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jan 27 16:02:50 2022 +0000 |
committer | Steve French <stfrench@microsoft.com> | Tue Feb 01 10:29:18 2022 -0600 |
tree | e13793dfdc27b40a31150029b30904f0eba699d3 | |
parent | 052e04a52dcd3359ba1df25a508a3a93707a3f6e [diff] |
netfs, cachefiles: Add a method to query presence of data in the cache Add a netfs_cache_ops method by which a network filesystem can ask the cache about what data it has available and where so that it can make a multipage read more efficient. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-cachefs@redhat.com Acked-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Rohith Surabattula <rohiths@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>