git: kernel -- tmpfs: Mark tmpfs_write MPSAFE.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Mon Jan 24 20:55:23 PST 2011
commit 1be4932c67b48d3aa9a9d6db1cac600d0d84a01c
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Mon Jan 24 20:52:54 2011 -0800
kernel -- tmpfs: Mark tmpfs_write MPSAFE.
Push down synchronization for tmpfs_write from VN to tmpfs. Note that
tmpfs_write still takes the MPlock.
Summary of changes:
sys/vfs/tmpfs/tmpfs_vfsops.c | 1 +
sys/vfs/tmpfs/tmpfs_vnops.c | 14 ++++++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1be4932c67b48d3aa9a9d6db1cac600d0d84a01c
--
DragonFly BSD source repository
More information about the Commits
mailing list