Re: [PATCH 10/12] fscache: Fix cookie key hashing

From: David Howells
Date: Wed Aug 25 2021 - 10:04:33 EST


Jeff Layton <jlayton@xxxxxxxxxx> wrote:

> What happens when this patch encounters a cache that was built before
> it? Do you need to couple this with some sort of global cache
> invalidation or rehashing event?

At the moment, nothing. cachefiles generates a second hash value, but doing
so is a duplication of effort.

David