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:
parent
0356f3517f
commit
baba1ffed6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user