Commit 482db906 authored by Al Viro's avatar Al Viro
Browse files

dcache.c: get rid of pointless macros



D_HASH{MASK,BITS} are used once each, both in the same function (d_hash()).
At this point they are actively misguiding - they imply that values are
compiler constants, which is no longer true.

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