Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 06/01/1999 06:18:51
Module Name: syssrc
Committed By: bouyer
Date: Tue Jun 1 13:18:50 UTC 1999
Modified Files:
syssrc/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
memset ump->um_e2fs to 0 after malloc, it is bigger than SBSIZE and thus some
parts were left uninitialised. The symptom was that a read-only mount tried
to rewrite back the superblock.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/ufs/ext2fs/ext2fs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.