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

git: kernel -- tmpfs: Make tmpfs_read() MPSAFE.


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Jan 2011 12:09:50 -0800 (PST)

commit b403e8613477e2a138f8c00217710efbf9a18a27
Author: Venkatesh Srinivas <me@endeavour.zapto.org>
Date:   Tue Jan 11 21:46:31 2011 -0800

    kernel -- tmpfs: Make tmpfs_read() MPSAFE.
    
    tmpfs_read() no longer takes the MPlock or per-mount token via the VOP
    callbacks. It obtains the mount token itself around the uncached read path.

Summary of changes:
 sys/vfs/tmpfs/tmpfs_vfsops.c |    1 +
 sys/vfs/tmpfs/tmpfs_vnops.c  |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b403e8613477e2a138f8c00217710efbf9a18a27


-- 
DragonFly BSD source repository



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