1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00
freebsd/sys/fs
Ryan Libby f29bdea047 ext4_ext_tree_init: correct memset initialization
gcc -Wmemset-elt-size diagnosed this.  The code was only initializing
1/4 of the array.  However, it was actually harmless, as the only caller
had done an M_ZERO allocation anyway.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D45701
2024-06-25 10:41:11 -07:00
..
autofs
cd9660
cuse
deadfs
devfs
ext2fs ext4_ext_tree_init: correct memset initialization 2024-06-25 10:41:11 -07:00
fdescfs
fifofs
fuse fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZE 2024-06-24 10:02:02 -06:00
mntfs
msdosfs
nfs nfsd: Fix nfsrv_cleanclient so that it can be called with a mutex 2024-06-21 15:08:48 -07:00
nfsclient
nfsserver nfsd: Make modifying vfs.nfsd.enable_locallocks safe 2024-06-23 15:47:22 -07:00
nullfs
p9fs p9fs: implement working putpages (fix mmap write) 2024-06-24 17:11:47 +01:00
procfs
pseudofs
smbfs
tarfs
tmpfs
udf
unionfs