freebsd-dev/sys/fs/smbfs
Mark Johnston 90f580b954 Ensure that dirent's d_off field is initialized
We have the d_off field in struct dirent for providing the seek offset
of the next directory entry.  Several filesystems were not initializing
the field, which ends up being copied out to userland.

Reported by:	Syed Faraz Abrar <faraz@elttam.com>
Reviewed by:	kib
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27792
2021-01-03 11:50:31 -05:00
..
smbfs_io.c Ensure that dirent's d_off field is initialized 2021-01-03 11:50:31 -05:00
smbfs_node.c vfs: drop the de facto curthread argument from VOP_INACTIVE 2020-10-20 07:19:03 +00:00
smbfs_node.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_smb.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
smbfs_subr.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_subr.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_vfsops.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
smbfs_vnops.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
smbfs.h fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00