Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2005 09:29:59 +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/nfsclient nfs_vnops.c src/sys/nfs4client nfs4_vnops.c src/sys/fs/smbfs smbfs_vnops.c
Message-ID:  <200503280929.j2S9TxO4025548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-03-28 09:29:58 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vnops.c 
    sys/nfs4client       nfs4_vnops.c 
    sys/fs/smbfs         smbfs_vnops.c 
  Log:
   - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
   - Network filesystems are written with a special idiom that checks the
     cache first, and may even unlock dvp before discovering that a network
     round-trip is required to resolve the name.  I believe dvp is prevented
     from being recycled even in the forced unmount case by the shared lock
     on the mount point.  If not, this code should grow checks for VI_DOOMED
     after it relocks dvp or it will access NULL v_data fields.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.57      +21 -54    src/sys/fs/smbfs/smbfs_vnops.c
  1.26      +10 -47    src/sys/nfs4client/nfs4_vnops.c
  1.254     +10 -45    src/sys/nfsclient/nfs_vnops.c



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