git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9e1cf
)
NFS: Convert nfs_attr_generation_counter into an atomic_long
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 28 Oct 2008 19:21:40 +0000
(15:21 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 28 Oct 2008 19:21:40 +0000
(15:21 -0400)
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: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found