Date: Tue, 20 Jun 1995 18:38:48 -0700 From: Matt Dillon <root@best.com> To: freebsd-hackers@freebsd.org Subject: bug in quotacheck -a (fix) Message-ID: <199506210138.SAA08501@blob.best.net>
next in thread | raw e-mail | index | archive | help
in chkquota() just after the sync(), dev_bsize must be reset to 1 before the bread() or quotacheck -a will fail after the first partition (because dev_bsize is 512 and is messes up the superblock read of the second partition) -Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506210138.SAA08501>