]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ioctl_ficlonerange.2, ioctl_fideduperange.2: Mention same-filesystem requirement
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 8 Jun 2016 16:40:40 +0000 (09:40 -0700)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 9 Jun 2016 08:08:18 +0000 (10:08 +0200)
Mention that FICLONE, FICLONERANGE, and FIDEDUPERANGE all require
both files to reside on the same filesystem.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
man2/ioctl_ficlonerange.2
man2/ioctl_fideduperange.2

index 0cb15670e8c910e447f2b195603e73fd7fed6fd2..c6e0762a3a73e12a19e84365c4b32861440166da 100644 (file)
@@ -36,6 +36,7 @@ file appear in the
 .I dest_fd
 file by sharing the underlying storage, which is faster than making a separate
 physical copy of the data.
+Both files must reside within the same filesystem.
 If a file write should occur to a shared region,
 the filesystem must ensure that the changes remain private to the file being
 written.
index c69f8c531d58559b8014cc0e7d5eb07986f81e97..44a7765a81f4b4e86fc765add610bb2ae2ea3fca 100644 (file)
@@ -34,6 +34,7 @@ file appear in the
 .B dest_fd
 file by sharing the underlying storage if the file data is identical
 ("deduplication").
+Both files must reside within the same filesystem.
 This reduces storage consumption by allowing the filesystem
 to store one shared copy of the data.
 If a file write should occur to a shared