From: Nick Piggin Date: Thu, 11 Nov 2010 07:42:16 +0000 (+1100) Subject: cifs: don't overwrite dentry name in d_revalidate X-Git-Tag: v2.6.38-rc1~446^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262f86adcc0665872812a7458a5d03e19e0efe33;p=pandora-kernel.git cifs: don't overwrite dentry name in d_revalidate Instead, use fatfs's method for dealing with negative dentries to preserve case, rather than overwrite dentry name in d_revalidate, which is a bit ugly and also gets in the way of doing lock-free path walking. Signed-off-by: Nick Piggin Signed-off-by: Steve French --- Reading git-diff-tree failed