summaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r--fs/proc/internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h
index b7024f174778..0f1692e63cb6 100644
--- a/fs/proc/internal.h
+++ b/fs/proc/internal.h
@@ -51,15 +51,15 @@ struct proc_dir_entry {
51 kgid_t gid; 51 kgid_t gid;
52 loff_t size; 52 loff_t size;
53 struct proc_dir_entry *parent; 53 struct proc_dir_entry *parent;
54 struct rb_root_cached subdir; 54 struct rb_root subdir;
55 struct rb_node subdir_node; 55 struct rb_node subdir_node;
56 char *name; 56 char *name;
57 umode_t mode; 57 umode_t mode;
58 u8 namelen; 58 u8 namelen;
59#ifdef CONFIG_64BIT 59#ifdef CONFIG_64BIT
60#define SIZEOF_PDE_INLINE_NAME (192-147) 60#define SIZEOF_PDE_INLINE_NAME (192-139)
61#else 61#else
62#define SIZEOF_PDE_INLINE_NAME (128-91) 62#define SIZEOF_PDE_INLINE_NAME (128-87)
63#endif 63#endif
64 char inline_name[SIZEOF_PDE_INLINE_NAME]; 64 char inline_name[SIZEOF_PDE_INLINE_NAME];
65} __randomize_layout; 65} __randomize_layout;