mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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>
This commit is contained in:
parent
b85ea95d08
commit
acfde6e8ab
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user