Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2011 01:01:03 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clvnops.c
Message-ID:  <201105020101.p4211OKn016283@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-05-02 01:01:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clvnops.c 
  Log:
  SVN rev 221311 on 2011-05-02 01:01:03Z by rmacklem
  
  MFC: r220764
  Add a vput() to nfs_lookitup() in the experimental NFS client
  for a case that will probably never happen. It can only
  happen if a server were to successfully lookup a file, but not
  return attributes for that file. Although technically allowed
  by the NFSv3 RFC, I doubt any server would ever do this.
  However, if it did, the client would have not vput()'d the
  new vnode when it needed to do so.
  
  Revision   Changes    Path
  1.13.2.23  +4 -1      src/sys/fs/nfsclient/nfs_clvnops.c



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