Skip to content

Commit acfde6e

Browse files
author
Al Viro
committed
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>
1 parent b85ea95 commit acfde6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/dcache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct dentry {
111111
struct hlist_bl_node d_in_lookup_hash; /* only for in-lookup ones */
112112
struct rcu_head d_rcu;
113113
} d_u;
114-
} __randomize_layout;
114+
};
115115

116116
/*
117117
* dentry->d_lock spinlock nesting subclasses:

0 commit comments

Comments
 (0)