iedowse 383dd0a265 Pre-dirpref versions of fsck may zero out the new superblock fields
fs_contigdirs, fs_avgfilesize and fs_avgfpdir. This could cause
panics if these fields were zeroed while a filesystem was mounted
read-only, and then remounted read-write.

Add code to ffs_reload() which copies the fs_contigdirs pointer
from the previous superblock, and reinitialises fs_avgf* if necessary.

Reviewed by:	mckusick
2001-04-24 00:37:16 +00:00
..
2001-04-23 18:51:54 +00:00
2001-03-28 09:17:56 +00:00
2001-04-23 18:51:54 +00:00
2001-03-28 09:17:56 +00:00
2001-04-23 18:51:54 +00:00
2001-04-23 21:58:23 +00:00
2001-03-20 10:42:49 +00:00
2001-04-20 11:58:56 +00:00
2001-04-20 08:43:20 +00:00
2001-02-22 13:46:09 +00:00
2001-04-23 23:51:17 +00:00