Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/tmpfs



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.




Home | Main Index | Thread Index | Old Index