Date: Tue, 29 Sep 1998 01:07:33 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c Message-ID: <199809290807.BAA17122@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/09/29 01:07:33 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c Log: Fixed initialization of new inodes. ext2fs doesn't clear inodes when they are deleted, so inodes must be cleared when they are reused, but we didn't clear the indirect blocks. This caused serious filesystem corruption. Revision Changes Path 1.22 +3 -1 src/sys/gnu/ext2fs/ext2_alloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809290807.BAA17122>