summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/proc/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h
index d697c8ab0a14..713d5dfe3f05 100644
--- a/fs/proc/internal.h
+++ b/fs/proc/internal.h
@@ -177,7 +177,7 @@ struct pde_opener {
177 struct list_head lh; 177 struct list_head lh;
178 bool closing; 178 bool closing;
179 struct completion *c; 179 struct completion *c;
180}; 180} __randomize_layout;
181extern const struct inode_operations proc_link_inode_operations; 181extern const struct inode_operations proc_link_inode_operations;
182 182
183extern const struct inode_operations proc_pid_link_inode_operations; 183extern const struct inode_operations proc_pid_link_inode_operations;