Remove XXX to remind me to check the free space calculation, which to my

eyes appears right following a check.

MFC after:	3 days
This commit is contained in:
Robert Watson 2008-03-10 18:15:02 +00:00
parent b525186851
commit d4cafc74ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177033

View File

@ -170,9 +170,6 @@ audit_record_write(struct vnode *vp, struct ucred *cred, void *data,
* are limited to 1/sec.
*/
if (audit_qctrl.aq_minfree != 0) {
/*
* XXXAUDIT: Check math and block size calculations here.
*/
temp = mnt_stat->f_blocks / (100 / audit_qctrl.aq_minfree);
if (mnt_stat->f_bfree < temp) {
if (ppsratecheck(&last_lowspace_trigger,