看板 DFBSD_commit 關於我們 聯絡資訊
commit c01f27eb865fd879f1ee80f5eeace159d26c9251 Author: Venkatesh Srinivas <me@endeavour.zapto.org> Date: Sun Aug 22 05:17:43 2010 -0700 tmpfs: Set tmpfs node malloc zone limit to be the same as tm_node_max. This doesn't resolve panics from running fsstress on tmpfs, but it is a first step towards solving these problems. No consideration of multiple tmpfs mounts at the minute either. Summary of changes: sys/vfs/tmpfs/tmpfs_subr.c | 2 +- sys/vfs/tmpfs/tmpfs_vfsops.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c01f27eb865fd879f1ee80f5eeace159d26c9251 -- DragonFly BSD source repository