[Bug 203891] Consider supporting linux' sync_file_range()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 20 18:11:22 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203891

--- Comment #3 from Warner Losh <imp at FreeBSD.org> ---
making sync_file_range should be straight forward. fsync
is internally implemented as sync_file_range(0, 0, SYNC)
in the kernel right now, so adding the right glue in the kernel
would be easy. well, except for all the hedging of the wording
for the flags...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list