commit | 84f30c66c3689745abbd3b9ce39816caeb9bec3b | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon May 17 07:18:57 2010 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Mon May 17 20:57:27 2010 +0000 |
tree | 16b40caa4f940d7fe3f723b34f296873aced6db4 | |
parent | db19272edc93661835bf6ec9736cfd0754aa3c62 [diff] |
cifs: don't update uniqueid in cifs_fattr_to_inode We use this value to find an inode within the hash bucket, so we can't change this without re-hashing the inode. For now, treat this value as immutable. Eventually, we should probably use an inode number change on a path based operation to indicate that the lookup cache is invalid, but that's a bit more code to deal with. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>