Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2010 23:12:45 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/nfsserver nfs.h nfs_serv.c nfs_srvsubs.c
Message-ID:  <201012212313.oBLND4qN091720@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-12-21 23:12:45 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs.h nfs_serv.c nfs_srvsubs.c 
  Log:
  SVN rev 216632 on 2010-12-21 23:12:45Z by pjd
  
  - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -
    this is the only place that is different from all the other nfsrv_fhtovp()
    consumers.
    This simplifies nfsrv_fhtovp() a bit and also eliminates one
    vn_lock/VOP_UNLOCK() cycle in case of NFSv3.
  - Implement NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() that tells it to leave
    mount point busy.
  
  Reviewed by:    kib
  MFC after:      5 days
  
  Revision  Changes    Path
  1.94      +7 -1      src/sys/nfsserver/nfs.h
  1.205     +15 -25    src/sys/nfsserver/nfs_serv.c
  1.172     +15 -14    src/sys/nfsserver/nfs_srvsubs.c



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