From: Nathan Scott Date: Wed, 19 Sep 2001 04:52:16 +0000 (+0000) Subject: ensure bulkstat ioctl directed to the filesystem, rather than the device. X-Git-Tag: v1.1.0~1210 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=567cfbf266be609d297eec39773268c5bedbd00a;p=users%2Fhch%2Fxfstests-dev.git ensure bulkstat ioctl directed to the filesystem, rather than the device. --- diff --git a/common.quota b/common.quota index 19206f0f3..6afc134d2 100644 --- a/common.quota +++ b/common.quota @@ -99,7 +99,7 @@ _qmount() umount $SCRATCH_DEV >/dev/null 2>&1 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "qmount failed" chmod ugo+rwx $SCRATCH_MNT - [ -x /usr/sbin/quot ] && quot $SCRATCH_DEV >>$seq.full 2>&1 + [ -x /usr/sbin/quot ] && quot $SCRATCH_MNT >>$seq.full 2>&1 } # make sure this script returns success