ioctl_ficlonerange.2: Add VERSIONS section

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-08 12:19:19 +02:00
parent 603fc95a2b
commit c4f9c619fe
1 changed files with 7 additions and 5 deletions

View File

@ -117,13 +117,15 @@ Swap files cannot share storage.
.B EOPNOTSUPP
This can appear if the filesystem does not support reflinking either file
descriptor.
.SH VERSIONS
These ioctl operations first appeared in Linux 4.5.
They were previously known as
.B BTRFS_IOC_CLONE
and
.BR BTRFS_IOC_CLONE_RANGE ,
and were private to Btrfs.
.SH CONFORMING TO
This API is Linux-specific.
This ioctl was previously known as
.B BTRFS_IOC_CLONE_RANGE
and was private to Btrfs.
.fi
.in
.SH NOTES
Because a copy-on-write operation requires the allocation of new storage, the
.BR fallocate (2)