]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.
authorAlexander Motin <mav@FreeBSD.org>
Tue, 30 Aug 2022 14:51:21 +0000 (10:51 -0400)
committerAlexander Motin <mav@FreeBSD.org>
Tue, 30 Aug 2022 14:51:21 +0000 (10:51 -0400)
commit35b7759c05cbc65c06d87141da79f0f80af0f458
tree5af50249f88a48ca243145c8b1cf374741b86cef
parentcbc5350359b9be916cc0dc1986147013c6f90483
cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.

It allows to not use mmap() for small files, which is not helpful
in case of ZFS.  Should be no functional change.

MFC after: 1 week
bin/cp/utils.c