看板 DFBSD_commit 關於我們 聯絡資訊
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