NFS: fix nfs_verify_change_attribute
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 28 Sep 2007 18:20:12 +0000 (14:20 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:18:46 +0000 (17:18 -0400)
commit7957c1418f4b6c66e28d4ac3c4d7a8c19d526c48
tree5769b3af76c91866a4ccaa607635c86755239a51
parent68e8a70d3cae23716f6b2b3872eba10eccea148c
NFS: fix nfs_verify_change_attribute

We always want to check that the verifier and directory
cache_change_attribute match. This also allows us to remove the 'wraparound
hack' for the cache_change_attribute. If we're only checking for equality,
then we don't care about wraparound issues.

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