Date: Thu, 23 Feb 2006 05:18:07 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200602230518.k1N5I71v023481@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2006-02-23 05:18:07 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
- Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS
is being called. Be sure to grab the ref before we unlock the vnode to
prevent the mount from disappearing.
Tested by: kris
Revision Changes Path
1.409 +29 -10 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602230518.k1N5I71v023481>
