Skip to content
Commit ae05f269 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Convert nfs_attr_generation_counter into an atomic_long



The most important property we need from nfs_attr_generation_counter is
monotonicity, which is not guaranteed by the current system of smp memory
barriers. We should convert it to an atomic_long_t, and drop the memory
barriers.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 2a9e1cfa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment