I forgot about the code freeze, so back this out.

This commit is contained in:
Don Lewis 2003-12-01 00:33:57 +00:00
parent c9648f4e31
commit 408145888e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123079

View File

@ -211,8 +211,8 @@ dumpfs(const char *name)
afs.fs_sblkno, afs.fs_cblkno, afs.fs_iblkno, afs.fs_dblkno);
printf("cgrotor\t%d\tfmod\t%d\tronly\t%d\tclean\t%d\n",
afs.fs_cgrotor, afs.fs_fmod, afs.fs_ronly, afs.fs_clean);
printf("avgfpdir %d\tavgfilesize %d\n",
afs.fs_avgfpdir, afs.fs_avgfilesize);
printf("avgfilesize %d\tavgfpdir %d\n",
afs.fs_avgfilesize, afs.fs_avgfpdir);
printf("flags\t");
if (afs.fs_old_flags & FS_FLAGS_UPDATED)
fsflags = afs.fs_flags;