From: Jeff Layton Date: Mon, 17 May 2010 11:18:57 +0000 (-0400) Subject: cifs: don't update uniqueid in cifs_fattr_to_inode X-Git-Tag: v2.6.35-rc1~528^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f30c66c3689745abbd3b9ce39816caeb9bec3b;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed