Module Name: src Committed By: manu Date: Tue Oct 18 15:39:09 UTC 2011
Modified Files: src/sys/fs/puffs: puffs_msgif.c puffs_node.c puffs_vfsops.c puffs_vnops.c Log Message: Make sure pagedaemon does not sleep for memory in puffs_vnop_sleep. Add KASSERT on any sleeping memory allocation to check it cannot happen again. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/fs/puffs/puffs_msgif.c cvs rdiff -u -r1.20 -r1.21 src/sys/fs/puffs/puffs_node.c cvs rdiff -u -r1.98 -r1.99 src/sys/fs/puffs/puffs_vfsops.c cvs rdiff -u -r1.158 -r1.159 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.