Skip to content
Commit 15d3c589 authored by Al Viro's avatar Al Viro
Browse files

fold _d_rehash() and __d_rehash() together



The only place where we feed to __d_rehash() something other than
d_hash(dentry->d_name.hash) is __d_move(), where we give it d_hash
of another dentry.  Postpone rehashing until we'd switched the
names and we are rid of that exception, along with the need to
keep _d_rehash() and __d_rehash() separate.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d614146d
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