git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bc74fe
)
dcache.c: get rid of pointless macros
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 25 Oct 2013 20:41:01 +0000
(16:41 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 16 Nov 2013 03:04:17 +0000
(22:04 -0500)
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>
fs/dcache.c
patch
|
blob
|
history
diff --cc
fs/dcache.c
Simple merge