]> Git Repo - linux.git/commit
linux/fs.h: move member alignment check next to definition of struct filename
authorRasmus Villemoes <[email protected]>
Fri, 8 Mar 2019 00:27:07 +0000 (16:27 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Mar 2019 02:31:59 +0000 (18:31 -0800)
commitf1fffbd44722cec9b8dd54d5cc86bd081ce39217
tree290d72548bba7ed3dd5555460b1dfa8380e49497
parentef27ac18b361b77904e8a782d9030a7e4333531a
linux/fs.h: move member alignment check next to definition of struct filename

Instead of doing this compile-time check in some slightly arbitrary user
of struct filename, put it next to the definition.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Rasmus Villemoes <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Luc Van Oostenryck <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/namei.c
include/linux/fs.h
This page took 0.05456 seconds and 4 git commands to generate.