Re: [PATCH 2/4] fscache: Fix race in fscache_op_complete() due to split atomic_sub & read

From: David Howells
Date: Wed Oct 17 2018 - 11:32:22 EST


Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx> wrote:

> > Fix this by using atomic_sub_return() instead of two calls.
>
> Seems a case for atomic_sub_return_relaxed()... why not?

Ummm... In that case, should it be atomic_sub_return_release()?

David