Commit 79eb4dde authored by Nick Piggin's avatar Nick Piggin
Browse files

cifs: dont overwrite dentry name in d_revalidate



Use vfat'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: default avatarNick Piggin <npiggin@kernel.dk>
parent fe15ce44
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment