Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/22/2007 21:08:12
Module Name:	src
Committed By:	pooka
Date:		Thu Nov 22 21:08:12 UTC 2007

Modified Files:
	src/sys/fs/tmpfs: tmpfs_pool.c

Log Message:
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.10 -r1.11 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.