diff options
Diffstat (limited to 'include/linux/fs_struct.h')
| -rw-r--r-- | include/linux/fs_struct.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/linux/fs_struct.h b/include/linux/fs_struct.h index 0efc3e62843a..cf1015abfbf2 100644 --- a/include/linux/fs_struct.h +++ b/include/linux/fs_struct.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  #ifndef _LINUX_FS_STRUCT_H  #define _LINUX_FS_STRUCT_H @@ -12,7 +13,7 @@ struct fs_struct {  	int umask;  	int in_exec;  	struct path root, pwd; -}; +} __randomize_layout;  extern struct kmem_cache *fs_cachep; |