|
|
The following reply was made to PR kern/38291; it has been noted by GNATS.
From: Andrew Doran <ad@xxxxxxxxxx>
To: gnats-bugs@xxxxxxxxxxxxxxxx
Cc:
Subject: PR/38291 CVS commit: src/sys/kern
Date: Tue, 25 Mar 2008 22:13:32 +0000 (UTC)
Module Name: src
Committed By: ad
Date: Tue Mar 25 22:13:32 UTC 2008
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
mount_domount: hold an additional reference to the mountpoint across the
call to VFS_START. The file system can be unmounted before VFS_START
returns. Partially addresses PR kern/38291.
To generate a diff of this commit:
cvs rdiff -r1.346 -r1.347 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|