From owner-freebsd-hackers Tue Jun 20 18:39:54 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA25995 for hackers-outgoing; Tue, 20 Jun 1995 18:39:54 -0700 Received: from blob.best.net (blob.best.net [204.156.128.88]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA25988 for ; Tue, 20 Jun 1995 18:39:53 -0700 Received: (root@localhost) by blob.best.net (8.6.12/8.6.5) id SAA08501; Tue, 20 Jun 1995 18:38:48 -0700 Date: Tue, 20 Jun 1995 18:38:48 -0700 From: Matt Dillon Message-Id: <199506210138.SAA08501@blob.best.net> To: freebsd-hackers@freebsd.org Subject: bug in quotacheck -a (fix) Sender: hackers-owner@freebsd.org Precedence: bulk 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