commit | 7957c1418f4b6c66e28d4ac3c4d7a8c19d526c48 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 28 14:20:12 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 17:18:46 2007 -0400 |
tree | 5769b3af76c91866a4ccaa607635c86755239a51 | |
parent | 68e8a70d3cae23716f6b2b3872eba10eccea148c [diff] |
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>