cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry
authorJeff Layton <jlayton@redhat.com>
Fri, 12 Feb 2010 12:44:16 +0000 (07:44 -0500)
committerSteve French <sfrench@us.ibm.com>
Sat, 6 Mar 2010 04:37:05 +0000 (04:37 +0000)
commitdf2cf170c823ba779ca339e3ede347c87f4dc6a9
tree9ea1ababe413a518afb3de89dadeba73db082850
parent64ba9926759792cf7b95f823402e2781edd1b5d4
cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry

cifs_revalidate is renamed to cifs_revalidate_dentry as a later patch
will add a by-filehandle variant.

Add a new "invalid_mapping" flag to the cifsInodeInfo that indicates
that the pagecache is considered invalid. Add a new routine to check
inode attributes whenever they're updated and set that flag if the inode
has changed on the server.

cifs_revalidate_dentry is then changed to just update the attrcache if
needed and then to zap the pagecache if it's not valid.

There are some other behavior changes in here as well. Open files are
now allowed to have their caches invalidated. I see no reason why we'd
want to keep stale data around just because a file is open. Also,
cifs_revalidate_cache uses the server_eof for revalidating the file
size since that should more closely match the size of the file on the
server.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c
fs/cifs/cifsfs.h
fs/cifs/cifsglob.h
fs/cifs/dir.c
fs/cifs/file.c
fs/cifs/inode.c