cvs commit: src/sys/kern vfs_syscalls.c

Jeff Roberson jeff at FreeBSD.org
Wed Feb 22 21:18:07 PST 2006


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


More information about the cvs-all mailing list