cvs commit: src/sys/nfsclient nfs_vnops.c

Chuck Lever cel at FreeBSD.org
Wed Mar 29 17:48:12 UTC 2006


cel         2006-03-29 17:48:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/nfsclient        nfs_vnops.c 
  Log:
  Fix a bug in NFSv3 READDIRPLUS reply processing
  
  The client's READDIRPLUS logic skips the attributes and
  filehandle of the ".." entry.  If the server doesn't send
  attributes but does send a filehandle for "..", the
  client's logic doesn't account for the extra "value
  follows" field that indicates whether the filehandle is
  present, causing the remaining entries in the reply
  to be ignored.
  
  This is an MFC of 1.264 in the CURRENT branch.
  
  Sponsored by:   Network Appliance, Inc.
  Reviewed by:    rick, mohans
  Approved by:    re, silby
  
  Revision   Changes    Path
  1.220.2.3  +5 -1      src/sys/nfsclient/nfs_vnops.c


More information about the cvs-src mailing list