git: unmount - fix issue with process refs on unmount

看板DFBSD_commit作者時間15年前 (2010/07/03 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 32b7c8fd87be7c51dc88c41996a6a847e11ceede Author: Alex Hornung <ahornung@gmail.com> Date: Fri Jul 2 21:29:17 2010 +0100 unmount - fix issue with process refs on unmount * The p_textnch introduction made this issue appear, as some processes are still alive at system shutdown and their p_textnch were holding these references to the mount nch. * On unmount of a filesystem we now scan all active processes for procs whose p_textnch is related to the mountpoint we are getting rid of, and release these. Dragonfly-bug: http://bugs.dragonflybsd.org/issue1708 Special-Thanks-To: Antonio Huete (tuxillo@) for identifying the offending commit and extensive testing Summary of changes: sys/kern/vfs_syscalls.c | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32b7c8fd87be7c51dc88c41996a6a847e11ceede -- DragonFly BSD source repository
文章代碼(AID): #1CBbEIUQ (DFBSD_commit)