From: Al Viro Date: Fri, 25 Oct 2013 20:41:01 +0000 (-0400) Subject: dcache.c: get rid of pointless macros X-Git-Tag: v3.13-rc1~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482db9066199813d6b999b65a3171afdbec040b6;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed