cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfs_vnops.c

Attilio Rao attilio at FreeBSD.org
Tue May 27 00:20:20 UTC 2008


attilio     2008-05-27 00:20:19 UTC

  FreeBSD src repository

  Modified files:
    sys/nfs4client       nfs4_vnops.c 
    sys/nfsclient        nfs_vnops.c 
  Log:
  Once the ENOLCK is detected we expect to retry the acquisition.
  Anyway, in the edge case the flushing happens and the while is no more
  executed, nfs_flush() (and nfs4_flush()) can return with a wrong
  err value of ENOLCK.
  Bring it back to 0, as we expect to have for that case.
  
  Reported by:    kris
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.45      +3 -1      src/sys/nfs4client/nfs4_vnops.c
  1.285     +3 -1      src/sys/nfsclient/nfs_vnops.c


More information about the cvs-src mailing list