Module Name: src Committed By: rmind Date: Tue Jun 22 18:32:08 UTC 2010
Modified Files: src/sys/fs/tmpfs: TODO files.tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c src/sys/modules/tmpfs: Makefile src/sys/rump/fs/lib/libtmpfs: Makefile Added Files: src/sys/fs/tmpfs: tmpfs_mem.c Removed Files: src/sys/fs/tmpfs: tmpfs_pool.c tmpfs_pool.h Log Message: Replace tmpfs_pool custom allocator code with a simpler layer for memory accounting. Use wired memory (which can be limited) for meta-data, and kmem(9) for string allocations. Close PR/31944. Fix PR/38361 while here. OK a...@. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/fs/tmpfs/TODO cvs rdiff -u -r1.3 -r1.4 src/sys/fs/tmpfs/files.tmpfs cvs rdiff -u -r1.37 -r1.38 src/sys/fs/tmpfs/tmpfs.h cvs rdiff -u -r0 -r1.1 src/sys/fs/tmpfs/tmpfs_mem.c cvs rdiff -u -r1.14 -r0 src/sys/fs/tmpfs/tmpfs_pool.c cvs rdiff -u -r1.7 -r0 src/sys/fs/tmpfs/tmpfs_pool.h cvs rdiff -u -r1.56 -r1.57 src/sys/fs/tmpfs/tmpfs_subr.c cvs rdiff -u -r1.44 -r1.45 src/sys/fs/tmpfs/tmpfs_vfsops.c cvs rdiff -u -r1.69 -r1.70 src/sys/fs/tmpfs/tmpfs_vnops.c cvs rdiff -u -r1.1 -r1.2 src/sys/modules/tmpfs/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/fs/lib/libtmpfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.