* [PATCH 2/2] dcache: delete unused d_hash_mask
@ 2017-11-20 15:05 Alexey Dobriyan
0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2017-11-20 15:05 UTC (permalink / raw)
To: viro; +Cc: linux-fsdevel
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---
fs/dcache.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -104,7 +104,6 @@ EXPORT_SYMBOL(slash_name);
* information, yet avoid using a prime hash-size or similar.
*/
-static unsigned int d_hash_mask __read_mostly;
static unsigned int d_hash_shift __read_mostly;
static struct hlist_bl_head *dentry_hashtable __read_mostly;
@@ -3589,7 +3588,7 @@ static void __init dcache_init_early(void)
13,
HASH_EARLY | HASH_ZERO,
&d_hash_shift,
- &d_hash_mask,
+ NULL,
0,
0);
d_hash_shift = 32 - d_hash_shift;
@@ -3616,7 +3615,7 @@ static void __init dcache_init(void)
13,
HASH_ZERO,
&d_hash_shift,
- &d_hash_mask,
+ NULL,
0,
0);
d_hash_shift = 32 - d_hash_shift;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-20 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 15:05 [PATCH 2/2] dcache: delete unused d_hash_mask Alexey Dobriyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).