From owner-freebsd-stable Thu Nov 9 4:55:38 2000 Delivered-To: freebsd-stable@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 3833E37B479 for ; Thu, 9 Nov 2000 04:55:15 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id eA9Ct9724804 for ; Thu, 9 Nov 2000 18:55:11 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 9 Nov 2000 18:55:08 +0600 (NS) From: Max Khon To: stable@freebsd.org Subject: MFC ffs_softdep.c 1.68 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, there! seems that this was not MFC'ed: 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 there is also another open PR about this (19162) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message