commit | 482db9066199813d6b999b65a3171afdbec040b6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 25 16:41:01 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Nov 15 22:04:17 2013 -0500 |
tree | f25a69b86374e500adb7d031f0af00ddb55da632 | |
parent | 2bc74feba12fbf052ec97aee8624c9f13593a9ac [diff] |
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 <viro@zeniv.linux.org.uk>