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

看板DFBSD_commit作者時間15年前 (2011/01/13 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1DBW_9I7 (DFBSD_commit)