projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85ea95
)
struct dentry: get rid of randomize_layout idiocy
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 4 Nov 2023 04:10:18 +0000
(
00:10
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 18 Nov 2023 21:18:49 +0000
(16:18 -0500)
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>
include/linux/dcache.h
patch
|
blob
|
history
diff --git
a/include/linux/dcache.h
b/include/linux/dcache.h
index
3da2f05
..
1d9f7f1
100644
(file)
--- 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: