From owner-cvs-sys Sun Mar 12 12:18:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA22440 for cvs-sys-outgoing; Sun, 12 Mar 1995 12:18:57 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA22434; Sun, 12 Mar 1995 12:18:53 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id MAA06771; Sun, 12 Mar 1995 12:18:47 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id MAA27906; Sun, 12 Mar 1995 12:18:46 -0800 Message-Id: <199503122018.MAA27906@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: guido@gvr.win.tue.nl (Guido van Rooij) cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vfsops.c In-reply-to: Your message of "Sun, 12 Mar 95 20:11:59 +0100." <199503121911.UAA00266@gvr.win.tue.nl> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 12 Mar 1995 12:18:45 -0800 Sender: cvs-sys-owner@freebsd.org Precedence: bulk >David Greenman wrote: >> >> davidg 95/03/10 14:06:43 >> >> Modified: sys/ufs/ufs ufs_vfsops.c >> Log: >> Patch to fix quota panic from Mike Karels: >> >> allow Q_SYNC regardless of "target" uid, we allow it with -1; >> fix bug that caused all ops to refer to user quotas, not group. >> > >Talking abt quota: is it already possile to have quota on >more than one disk? The above should fix that problem, too. Please let me know if it doesn't. -DG