Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > zero = __refcount_dec_and_test(&cache->ref, &ref); > - trace_fscache_cache(debug_id, ref - 1, where); > + trace_fscache_cache(cache->debug_id, ref - 1, where); You can't do that if !zero. cache may be deallocated between the two lines. David -- You received this message because you are subscribed to the Google Groups "linux-cachefs@xxxxxxxxxx" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-cachefs+unsubscribe@xxxxxxxxxx.