kernel-hacking-2024-linux-s.../fs/affs
Kees Cook 0aef1d41c6 affs: struct slink_front: Replace 1-element array with flexible array
Replace the deprecated[1] use of a 1-element array in
struct slink_front with a modern flexible array.

No binary differences are present after this conversion.

Link: https://github.com/KSPP/linux/issues/79 [1]
Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kees Cook <kees@kernel.org>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2024-07-11 16:14:26 +02:00
..
affs.h affs: free affs_sb_info with kfree_rcu() 2024-02-25 02:10:31 -05:00
amigaffs.c affs: convert to new timestamp accessors 2023-10-18 13:26:18 +02:00
amigaffs.h affs: struct slink_front: Replace 1-element array with flexible array 2024-07-11 16:14:26 +02:00
bitmap.c
Changes
dir.c
file.c
inode.c affs: convert to new timestamp accessors 2023-10-18 13:26:18 +02:00
Kconfig
Makefile
namei.c affs: d_obtain_alias(ERR_PTR(...)) will do the right thing 2023-12-21 12:51:02 -05:00
super.c affs: remove SLAB_MEM_SPREAD flag usage 2024-02-26 11:36:28 +01:00
symlink.c