Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 06:19:08 +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:  <200602220619.k1M6J8mG015004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2006-02-22 06:19:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
   - Hold the vnode used in the statfs related functions until we're done with
     the VFS_STATFS call to prevent the mount from disappearing while we're
     stating.
   - Convert these routines to use MPSAFE namei semantics.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.406     +28 -21    src/sys/kern/vfs_syscalls.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602220619.k1M6J8mG015004>