]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Simplify the cache invalidation code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 17:48:18 +0000 (13:48 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 1 May 2012 19:42:43 +0000 (15:42 -0400)
commit09091f479aa2116430968f77a43f700fefb3c8ea
tree7c71c73ae1840551bdcd76dff1220b136c5fb2e4
parent68bf920ae2e3c73cd5d85a352abef57f75a8d164
NFS: Simplify the cache invalidation code

Now that NFSv2 and NFSv3 have simulated change attributes,
instead of using all three of mtime, ctime and change attribute to
manage data cache consistency, we can simplify the code to just use
the change attribute.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c