From owner-cvs-all Fri May 11 7:36:19 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 6FCC037B423; Fri, 11 May 2001 07:36:13 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA93071; Fri, 11 May 2001 10:36:07 -0400 (EDT) (envelope-from wollman) Date: Fri, 11 May 2001 10:36:07 -0400 (EDT) From: Garrett Wollman Message-Id: <200105111436.KAA93071@khavrinen.lcs.mit.edu> To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs fs.h softdep.h ffs_softdep.c ... In-Reply-To: <200105110227.TAA14458@beastie.mckusick.com> References: <57515.989309002@critter> <200105110227.TAA14458@beastie.mckusick.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > At the point that you know that there are no blocks currently available, > you are deep in the allocation code holding a vnode locked. For cases where a system call was interrupted by a signal and needs to be restarted, an ``unwind and retry'' error (ERESTART) was invented for internel kernel use. It seems to me that the same sort of approach (ECANTBLOCKNOW?) ought to work for this case as well. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message