On Mon, 29 Mar 2021, Christos Zoulas wrote:
Module Name:	src
Committed By:	christos
Date:		Mon Mar 29 15:31:46 UTC 2021
Modified Files:
	src/external/bsd/libarchive/dist/libarchive: archive_read_disk_posix.c
Log Message:
PR/56083: RVP: tar -c hangs when reading from FUSE-ext2 filesystems since
it returns 0 for statvfs members and libarchive handles only -1. Centralize
the transfer setting code.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/external/bsd/libarchive/dist/libarchive/archive_read_disk_posix.c
See also: https://mail-index.netbsd.org/current-users/2021/03/31/msg040588.html -RVP