svn commit: r304185 - in head/sys: compat/cloudabi compat/linux kern sys
Konstantin Belousov
kostikbel at gmail.com
Mon Aug 15 20:14:02 UTC 2016
On Mon, Aug 15, 2016 at 08:11:52PM +0000, Ed Schouten wrote:
> Author: ed
> Date: Mon Aug 15 20:11:52 2016
> New Revision: 304185
> URL: https://svnweb.freebsd.org/changeset/base/304185
>
> Log:
> Eliminate use of sys_fsync() and sys_fdatasync().
>
> Make the kern_fsync() function public, so that it can be used by other
> parts of the kernel. Fix up existing consumers to make use of it.
>
> Requested by: kib
>
> Modified:
> head/sys/compat/cloudabi/cloudabi_fd.c
> head/sys/compat/linux/linux_file.c
> head/sys/kern/vfs_syscalls.c
> head/sys/sys/syscallsubr.h
Thank you, and esp. thank you for handling of linux.ko.
More information about the svn-src-head
mailing list