]> 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)
commitd4fceb3e86ad2be76d4acacfbb4c360cfcba7756
tree7c71c73ae1840551bdcd76dff1220b136c5fb2e4
parent658f4a2653f2356703370af0f07d7fa5ad0e303f
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