From: Jeff Layton Date: Fri, 7 Jan 2011 16:30:27 +0000 (-0500) Subject: cifs: use CreationTime like an i_generation field X-Git-Tag: v2.6.38-rc1~446^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20054bd65703f7504a9daceabc2a060828fde36c;p=pandora-kernel.git cifs: use CreationTime like an i_generation field Reduce false inode collisions by using the CreationTime like an i_generation field. This way, even if the server ends up reusing a uniqueid after a delete/create cycle, we can avoid matching the inode incorrectly. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed