Re: [PATCH 2/4] fs, afs: convert afs_vlocation.usage from atomic_t to refcount_t

From: David Howells
Date: Wed Feb 22 2017 - 11:22:26 EST


Elena Reshetova <elena.reshetova@xxxxxxxxx> wrote:

> refcount_t type and corresponding API should be
> used instead of atomic_t when the variable is used as
> a reference counter. This allows to avoid accidental
> refcounter overflows that might lead to use-after-free
> situations.

Please hold this patch also. An assertion failure may happen here too because
afs_vlocation_lookup() may resurrect records with a refcount of 0 from the
cache.

David