git: kernel - Fix posix_fallocate()
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 9 10:20:06 PST 2021
commit b256c8e35e8710a5a4544d000b29b46518765bc8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Dec 9 10:18:03 2021 -0800
kernel - Fix posix_fallocate()
* Our newly minted posix_fallocate() system call was ignoring the
offset field.
* Should fix samba, however any tdb databases that were created are
probably corrupt so you may need to rm -rf /var/db/samba4, restart
samba, and re-create your smb passwords.
Reported-by: Tim Darby
Summary of changes:
sys/kern/vfs_default.c | 2 ++
sys/kern/vfs_vopops.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b256c8e35e8710a5a4544d000b29b46518765bc8
--
DragonFly BSD source repository
More information about the Commits
mailing list