We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8dcab commit 2f42939Copy full SHA for 2f42939
fs/proc/internal.h
@@ -62,9 +62,9 @@ struct proc_dir_entry {
62
umode_t mode;
63
u8 namelen;
64
#ifdef CONFIG_64BIT
65
-#define SIZEOF_PDE_INLINE_NAME (192-139)
+#define SIZEOF_PDE_INLINE_NAME (192-155)
66
#else
67
-#define SIZEOF_PDE_INLINE_NAME (128-87)
+#define SIZEOF_PDE_INLINE_NAME (128-95)
68
#endif
69
char inline_name[SIZEOF_PDE_INLINE_NAME];
70
} __randomize_layout;
0 commit comments