Re: [PATCH 10/12] fscache: Fix cookie key hashing
From: David Howells <dhowells@redhat.com>
Date: 2021-08-25 14:04:32
Also in:
ceph-devel, linux-fsdevel, linux-nfs, lkml
From: David Howells <dhowells@redhat.com>
Date: 2021-08-25 14:04:32
Also in:
ceph-devel, linux-fsdevel, linux-nfs, lkml
Jeff Layton [off-list ref] 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