git: kernel - Try to fix procfs readdir race

看板DFBSD_commit作者時間14年前 (2011/11/17 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit ccd6bbb9892063808756ed786554eebea3400eb5 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Nov 16 12:29:20 2011 -0800 kernel - Try to fix procfs readdir race * procfs_allocvp() may have a pfs/vnode race which the vget() may not completely address. For now make sure we can't race a vnode teardown when attempting to acquire a vnode with vget(). Summary of changes: sys/vfs/procfs/procfs_subr.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ccd6bbb9892063808756ed786554eebea3400eb5 -- DragonFly BSD source repository
文章代碼(AID): #1En2IIa- (DFBSD_commit)