From owner-cvs-all Sun Jun 18 15:14:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB16437BA83; Sun, 18 Jun 2000 15:14:28 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA53991; Sun, 18 Jun 2000 15:14:28 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200006182214.PAA53991@freefall.freebsd.org> From: Kirk McKusick Date: Sun, 18 Jun 2000 15:14:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/softupdates ffs_softdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/06/18 15:14:28 PDT Modified files: sys/contrib/softupdates ffs_softdep.c Log: When running with quotas enabled on a filesystem using soft updates, the system would panic when a user's inode quota was exceeded (see PR 18959 for details). This fixes that problem. PR: 18959 Submitted by: Jason Godsey Revision Changes Path 1.68 +4 -3 src/sys/contrib/softupdates/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message