ensure bulkstat ioctl directed to the filesystem, rather than the device.

This commit is contained in:
Nathan Scott
2001-09-19 04:52:16 +00:00
parent 681779d8ab
commit 567cfbf266
+1 -1
View File
@@ -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