9fans archive / 1996 / 07 / 38 /    prev next

From: philw@pla... philw@pla...
Subject: Slave buffer problem
Date: Sun, 14 Jul 1996 20:37:27 -0400

qid out of range seems to happen because an
array (qbits in disk/kfs/chk.c) is too small -
it does not necessarily mean the file system
is bad. Try changing line 91 of chk.c to

	sizqbits = ((1<<18) + 7) / 8;		/* botch */

phil.