diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 3f3ff4ccdc3f..aae1cdb76851 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -118,7 +118,7 @@ struct dentry { | |||
118 | struct hlist_bl_node d_in_lookup_hash; /* only for in-lookup ones */ | 118 | struct hlist_bl_node d_in_lookup_hash; /* only for in-lookup ones */ |
119 | struct rcu_head d_rcu; | 119 | struct rcu_head d_rcu; |
120 | } d_u; | 120 | } d_u; |
121 | }; | 121 | } __randomize_layout; |
122 | 122 | ||
123 | /* | 123 | /* |
124 | * dentry->d_lock spinlock nesting subclasses: | 124 | * dentry->d_lock spinlock nesting subclasses: |