dcache.c: get rid of pointless macros
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Oct 2013 20:41:01 +0000 (16:41 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Sep 2014 16:04:02 +0000 (09:04 -0700)
commita6c56468b3f3274896ee8da73608dc48ad4103e0
tree3d0f2ae53c5f1d2eb8b5460132dbffb5b52a211e
parent70efec16cf060603b54ea71c9cb4499f052efd69
dcache.c: get rid of pointless macros

commit 482db9066199813d6b999b65a3171afdbec040b6 upstream.

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: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/dcache.c