File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ EXPORT_SYMBOL(slash_name);
103
103
* information, yet avoid using a prime hash-size or similar.
104
104
*/
105
105
106
- static unsigned int d_hash_mask __read_mostly ;
107
106
static unsigned int d_hash_shift __read_mostly ;
108
107
109
108
static struct hlist_bl_head * dentry_hashtable __read_mostly ;
@@ -3590,7 +3589,7 @@ static void __init dcache_init_early(void)
3590
3589
13 ,
3591
3590
HASH_EARLY | HASH_ZERO ,
3592
3591
& d_hash_shift ,
3593
- & d_hash_mask ,
3592
+ NULL ,
3594
3593
0 ,
3595
3594
0 );
3596
3595
d_hash_shift = 32 - d_hash_shift ;
@@ -3617,7 +3616,7 @@ static void __init dcache_init(void)
3617
3616
13 ,
3618
3617
HASH_ZERO ,
3619
3618
& d_hash_shift ,
3620
- & d_hash_mask ,
3619
+ NULL ,
3621
3620
0 ,
3622
3621
0 );
3623
3622
d_hash_shift = 32 - d_hash_shift ;
You can’t perform that action at this time.
0 commit comments