Date: Tue, 5 Nov 1996 00:19:45 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c Message-ID: <199611050819.AAA15713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 96/11/05 00:19:44 Modified: sys/ufs/ffs ffs_inode.c Log: Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) when truncating/deleting large files. Reviewed by: mckusick, dyson Submitted by: Kirk McKusick <mckusick@mckusick.com>, modified for FreeBSD by me. Revision Changes Path 1.22 +22 -17 src/sys/ufs/ffs/ffs_inode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611050819.AAA15713>