Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 95 13:19:12 MDT
From:      terry@cs.weber.edu (Terry Lambert)
To:        ted@wiz.plymouth.edu
Cc:        freebsd-bugs@freefall.cdrom.com
Subject:   Re: bin/381: Quota commands (repquota/edquota/quota) not giving correct info.
Message-ID:  <9505041919.AA10226@cs.weber.edu>
In-Reply-To: <199505040430.VAA18479@freefall.cdrom.com> from "ted@wiz.plymouth.edu" at May 3, 95 09:30:01 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 	edquota, repquota & quota not reporting blocks of quota correctly,
> 	always reporting incorrect information including an (NULL) under
> 	the Warning info part of 'quota'.

[ ... ]

> > 		    dbtob(qup->dqblk.dqb_curblocks) / 1024,
> > 		    dbtob(qup->dqblk.dqb_bsoftlimit) / 1024,
> > 		    dbtob(qup->dqblk.dqb_bhardlimit) / 1024);

I think the 1024's here should be the manifest constant for block size...


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9505041919.AA10226>