Date: Tue, 27 Sep 2005 17:05:46 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c Message-ID: <200509271705.j8RH5kRF015832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2005-09-27 17:05:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_inode.c Log: MFC 1.64: Restore a historical ufs_inactive behavior that respect the RDONLY option, so subsequent call of UFS_TRUNCATE (ffs_truncate) would not panic the system. This fixes a panic that can happen when mounting a corrputed filesystem read-only, and reading data from it. Reviewed by: mckusick Revision Changes Path 1.25.2.4 +1 -1 src/sys/ufs/ufs/ufs_inode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509271705.j8RH5kRF015832>