Accounting suspended (results of info request)

Guy Harris guy at sun.uucp
Thu Oct 17 20:31:04 AEST 1985


> Accounting is resumed (silently) when the filesystem
> size drops below a suitable hysteresis level.

>From sys/kern_acct.c:

	if (savacctp) {
		fs = savacctp->i_fs;
		if (freespace(fs, fs->fs_minfree + acctresume) > 0) {
			acctp = savacctp;
			savacctp = NULL;
			printf("Accounting resumed\n");
		}
	}

Silently?  Do tell...

	Guy Harris



More information about the Comp.unix.wizards mailing list