]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a man page for VOP_COPY_FILE_RANGE(9).
authorrmacklem <rmacklem@FreeBSD.org>
Thu, 25 Jul 2019 06:20:00 +0000 (06:20 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Thu, 25 Jul 2019 06:20:00 +0000 (06:20 +0000)
commit0873981e6442389917e150465df91381bac9c43a
tree8372ea6f9d2597acb377119d3e0a26e9d1832cdb
parent85621c6d1f11d250f4ad91497809cb75c650e3b0
Create a man page for VOP_COPY_FILE_RANGE(9).

r350315 created a Linux compatible copy_file_range(2) syscall.
It uses a VOP method called VOP_COPY_FILE_RANGE so that file systems,
such as the NFSv4.2 client can do file system specific copying.
For NFSv4.2, this allows the copying to be done locally on the NFS server,
avoiding transferring the data across the wire twice.

This is a new man page (content changed).

Reviewed by: kib, asomers
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D20584
share/man/man9/Makefile
share/man/man9/VOP_COPY_FILE_RANGE.9 [new file with mode: 0644]