]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The latest cp tool is trying to use the btrfs clone operation that is
authordchagin <dchagin@FreeBSD.org>
Sun, 24 May 2015 18:12:04 +0000 (18:12 +0000)
committerdchagin <dchagin@FreeBSD.org>
Sun, 24 May 2015 18:12:04 +0000 (18:12 +0000)
commitbff1d8cd6f6e24a6b7e79555cd6021b6572db5f5
tree69e1f8e83be4d877b57a47848ad0087a4615c5d6
parent4e888d6b575bfb7cfae5d8490c9a4ad90dba04c3
The latest cp tool is trying to use the btrfs clone operation that is
implemented via ioctl interface. First of all return ENOTSUP for this
operation as a cp fallback to usual method in that case. Secondly, do
not print out the message about unimplemented operation.
sys/compat/linux/linux_ioctl.c
sys/compat/linux/linux_ioctl.h