summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2023-11-04 07:10:18 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2023-11-19 00:18:49 +0300
commitacfde6e8abee6b23e53b08606f861d9124288030 (patch)
treee0d34164f8c35d8cebed90405868078c2cae2875
parentb85ea95d086471afb4ad062012a4d73cd328fa86 (diff)
downloadlinux-acfde6e8abee6b23e53b08606f861d9124288030.tar.xz
struct dentry: get rid of randomize_layout idiocy
This is beyond ridiculous. There is a reason why that thing is cacheline-aligned... Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--include/linux/dcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 3da2f0545d5d..1d9f7f132055 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -111,7 +111,7 @@ struct dentry {
struct hlist_bl_node d_in_lookup_hash; /* only for in-lookup ones */
struct rcu_head d_rcu;
} d_u;
-} __randomize_layout;
+};
/*
* dentry->d_lock spinlock nesting subclasses: