Date: Wed, 4 Oct 2006 02:08:04 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_read_extract.c Message-ID: <200610040208.k94284Om076663@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2006-10-04 02:08:04 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Performance: If the dir mode requested is "reasonable", then just restore it directly and skip chmod() during the post-extract fixup. In particular, bsdtar -xm now completely skips the post-extract fixup for directories, which produces a noticable speedup in that case. Revision Changes Path 1.48 +89 -49 src/lib/libarchive/archive_read_extract.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610040208.k94284Om076663>