[2835] in Release_Engineering
quota patch
daemon@ATHENA.MIT.EDU (Richard Basch)
Mon May 18 13:46:39 1992
Date: Mon, 18 May 92 13:45:32 -0400
To: builder@MIT.EDU, rel-eng@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
*** /tmp/,RCSt1FFIA2e Mon May 18 13:45:13 1992
--- afs.c Mon May 18 13:45:02 1992
***************
*** 111,117 ****
vs = (struct VolumeStatus *) foo;
! if (vs->MaxQuota && (vs->BlocksInUse >= vs->MaxQuota)) {
sprintf(buf,"User %s over disk quota on %s, remove %dK\n", name,
path, (vs->BlocksInUse - vs->MaxQuota));
putwarning(buf);
--- 111,117 ----
vs = (struct VolumeStatus *) foo;
! if (vs->MaxQuota && (vs->BlocksInUse > vs->MaxQuota)) {
sprintf(buf,"User %s over disk quota on %s, remove %dK\n", name,
path, (vs->BlocksInUse - vs->MaxQuota));
putwarning(buf);