看板 DFBSD_commit 關於我們 聯絡資訊
commit 1be4932c67b48d3aa9a9d6db1cac600d0d84a01c Author: Venkatesh Srinivas <me@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