git: kernel - tmpfs: Convert tmpfs name malloc zone to a per-mount zone.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Thu Sep 16 10:11:23 PDT 2010
commit d00cd01c5ddc356cb30699668521510374e4a81e
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Thu Sep 16 10:09:00 2010 -0700
kernel - tmpfs: Convert tmpfs name malloc zone to a per-mount zone.
Now filenames from one tmpfs do not exhaust space in other ones.
Related to bug 1726.
Summary of changes:
sys/vfs/tmpfs/tmpfs.h | 4 ++--
sys/vfs/tmpfs/tmpfs_subr.c | 8 ++++----
sys/vfs/tmpfs/tmpfs_vfsops.c | 3 ++-
sys/vfs/tmpfs/tmpfs_vnops.c | 4 ++--
4 files changed, 10 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d00cd01c5ddc356cb30699668521510374e4a81e
--
DragonFly BSD source repository
More information about the Commits
mailing list