Subject: CVS commit: [netbsd-4] src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 02/01/2008 14:53:30
Module Name:	src
Committed By:	riz
Date:		Fri Feb  1 14:53:30 UTC 2008

Modified Files:
	src/sys/fs/tmpfs [netbsd-4]: tmpfs_pool.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #1008):
	sys/fs/tmpfs/tmpfs_pool.c: revision 1.11
Don't KASSERT that the pool allocator returns a page - it might be
called with NOWAIT.
XXX: this is just a quick fix to stop the diagnostic panic.  I
think ENOSPC should be treated elsewhere depending on how much
memory tmpfs claims.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/sys/fs/tmpfs/tmpfs_pool.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.