|
@@ -62,9 +62,9 @@ struct proc_dir_entry {
|
|
|
umode_t mode;
|
|
|
u8 namelen;
|
|
|
#ifdef CONFIG_64BIT
|
|
|
-#define SIZEOF_PDE_INLINE_NAME (192-139)
|
|
|
+#define SIZEOF_PDE_INLINE_NAME (192-155)
|
|
|
#else
|
|
|
-#define SIZEOF_PDE_INLINE_NAME (128-87)
|
|
|
+#define SIZEOF_PDE_INLINE_NAME (128-95)
|
|
|
#endif
|
|
|
char inline_name[SIZEOF_PDE_INLINE_NAME];
|
|
|
} __randomize_layout;
|