projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8dcab
)
proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields
author
Christoph Hellwig
<hch@lst.de>
Tue, 15 May 2018 14:06:04 +0000
(16:06 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 16 May 2018 05:24:30 +0000
(07:24 +0200)
This makes Alexey happy and Al groan. Based on a patch from
Alexey Dobriyan.
Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/proc/internal.h
patch
|
blob
|
history
diff --git
a/fs/proc/internal.h
b/fs/proc/internal.h
index 84c68508a256f113bb6dbcb8be43c101ec080a7b..a318ae5b36b43a8ce11fb97aa817b34baffcdbb8 100644
(file)
--- a/
fs/proc/internal.h
+++ b/
fs/proc/internal.h
@@
-62,9
+62,9
@@
struct proc_dir_entry {
umode_t mode;
u8 namelen;
#ifdef CONFIG_64BIT
-#define SIZEOF_PDE_INLINE_NAME (192-1
39
)
+#define SIZEOF_PDE_INLINE_NAME (192-1
55
)
#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;