DragonFly BSD
DragonFly commits List (threaded) for 2011-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel -- tmpfs: Mark tmpfs_write MPSAFE.


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Jan 2011 20:54:14 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]